Test Suites
83 passed, 161 total
Tests
8767 passed, 9107 total
Snapshots
1493 passed, 1833 total
{
"additionalResultsProcessors": [],
"resultDir": "./jest-stare/",
"resultHtml": "index.html",
"resultJson": "jest-results.json"
}
{
"numFailedTestSuites": 78,
"numFailedTests": 340,
"numPassedTestSuites": 83,
"numPassedTests": 8767,
"numPendingTestSuites": 0,
"numPendingTests": 0,
"numRuntimeErrorTestSuites": 0,
"numTodoTests": 0,
"numTotalTestSuites": 161,
"numTotalTests": 9107,
"openHandles": [],
"snapshot": {
"added": 0,
"didUpdate": false,
"failure": true,
"filesAdded": 0,
"filesRemoved": 0,
"filesRemovedList": [],
"filesUnmatched": 78,
"filesUpdated": 0,
"matched": 1493,
"total": 1833,
"unchecked": 0,
"uncheckedKeysByFile": [],
"unmatched": 340,
"updated": 0
},
"startTime": 1700042042197,
"success": false,
"testResults": [
{
"failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 265,
"numPendingTests": 0,
"perfStats": {
"start": 989.4308200000087,
"end": 12364.077026000014,
"runtime": 11375,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 101,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 2.8132459999760613,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 73.48163199995179,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 303.71498799999245,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 17.484897000016645,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 2.985979999997653,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 10.609972000005655,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 56.603547999984585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 56.58716200001072,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 54.47199499991257,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 0.6245310000376776,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 5.097821999923326,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 4.170602999976836,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.91890000004787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.3080830000108108,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.4740860000019893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 53.48827899992466,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 55.96532900002785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 54.36749900004361,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.5313069999683648,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.978311000042595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 53.68427299999166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.358678999939002,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.057243000017479,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.9362069999333471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 52.31017499999143,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 52.642517999978736,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 52.545054999995045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.44631700008176267,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 7.254908000002615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 2.9254669999936596,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.4770399999106303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.4267059999983758,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.1537049999460578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 55.074457000009716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 54.35031200002413,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 54.66441699990537,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 0.42000799998641014,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.15242499997839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 55.38566799997352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.44792800000869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.71411800000351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.95347899990156,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.074640000006184,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.985835999948904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.09255399997346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 0.4540820000693202,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.96814400004223,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.702098999987356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 52.737787000020035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.256309999967925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.08285900007468,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.37240400002338,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.146017999970354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.092576000024565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 0.41851600003428757,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.63672900001984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.27095100004226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.80746399995405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.01346100005321,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.65375500009395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.5745440000901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.964085999992676,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.580666000023484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 0.41881599999032915,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.556634000036865,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.81861600000411,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.47815899993293,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.533058000029996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.159640000085346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.85825700010173,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.105282000033185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.89300799998455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.47705499990843236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 2.508875999948941,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 54.55122499994468,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.3597200000658631,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.984766999958083,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.8158099999418482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 52.682866999995895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.567038999986835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.71810399997048,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 2.7915760000469163,
"failureMessages": [
"valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 3.287455000099726,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 56.74388199998066,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.5242180000059307,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 0.9270590000087395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.071929999976419,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.036505999974906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.0782139999792,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 52.889506999985315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.4158299999544397,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 4.043123999959789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 55.70166300004348,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 1.9965749999973923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.9467350000049919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.7889699999941513,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 53.55836999998428,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 53.07010400004219,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 54.17003999999724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.5394610000075772,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 2.4956610000226647,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.70963100006338,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.345553999999538,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.9016820000251755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.8015029999660328,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 58.346660000039265,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 53.28665899997577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 53.551271999953315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.1158730000024661,
"failureMessages": [
"valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 4.837443000054918,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.9658670000499114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.052564000012353,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.0420450000092387,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 0.8137870000209659,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 59.74713500007056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 55.988781000021845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.2259029999841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 0.42292300006374717,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 54.01951100002043,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.45457100006752,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 52.76934999995865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 52.35129100002814,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.208252000040375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.917053999961354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.241738999960944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.128969999961555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 0.40799500001594424,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 54.11235700000543,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.949228000012226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.71116599999368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.938196000061,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.625546999974176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.624316999921575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.80235100002028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 52.52096500003245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.40369700000155717,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.927591000101529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.723558000056073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.116334000020288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.9100170000456274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.7721679999958724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 53.782908999943174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 54.02338899997994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 54.508526999969035,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.4584500000346452,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.18498899997212,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.538406000006944,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.13233399996534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.8823149999370798,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.7319229999557137,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 52.84325999999419,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 53.14833900006488,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 53.61977999994997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.763721999945119,
"failureMessages": [
"valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 2.481544000096619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.6207700000377372,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.027957999962382,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.7920150000136346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.9885340000037104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 53.7711390000768,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 53.80854100000579,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 53.908116000005975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.70760700001847,
"failureMessages": [
"valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.8340600000228733,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.2170019999612123,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.935975999920629,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.8030459999572486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.6783229999709874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 53.43453700002283,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 64.33951599989086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 54.54192500002682,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 0.3868550000479445,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.35720600001514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.09155599994119,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.742720999987796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 53.45789399999194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.00274099991657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.42031900002621,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.17398899991531,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 53.76256900001317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 0.513774000108242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 57.32309499999974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.54334800003562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.21179000008851,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.69764899997972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.16293799993582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.364502000040375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.08509799989406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.56060399999842,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 0.4330730000510812,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 1.9710760000161827,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.00326599995606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.17061000003014,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.617645999998786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.650034000049345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.84336800000165,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.36590900004376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.86269799992442,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 0.41407699999399483,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.75075400003698,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.02198600000702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 53.77459800010547,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.60484199994244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.07946399995126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.409862000029534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 56.18753400002606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.55948499997612,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 0.4155490000266582,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.01662899996154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.60584800003562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.57042400003411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.81753600004595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.982253000023775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.349678999977186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.58486899989657,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.209492999943905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 0.4069730000337586,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.454216999933124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.273707000073045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.98925700003747,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 57.13209999992978,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.76416999998037,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.00545900000725,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.45243799989112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.68516200000886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 0.4210090000415221,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.911500999936834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.84462300001178,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.77605300000869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.54339699994307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.87506999995094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.657489000004716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.43388699996285,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.63740800006781,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.41648100002203137,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 2.1673050000099465,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 54.023015000042506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.233652999973856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7642939999932423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7247799999313429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.4135879999958,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.662257000105456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 54.064633000059985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.8055800000438467,
"failureMessages": [
"valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.5204420000081882,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 53.784233000013046,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.2758230000035837,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.7757260000798851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.8299869999755174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 53.35839499998838,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 53.79187800001819,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 53.44610200007446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.4254079998936504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.5735609999392182,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.33452999999281,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.2728369999676943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.8575179999461398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.7149510000599548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.084311999962665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.02360299997963,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 53.66046199994162,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.4169720000354573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 2.150253999978304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 53.91877099999692,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 1.1595139999408275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.8126940000802279,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.7091500000096858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 54.3691960000433,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 53.83951199997682,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 53.799199000000954,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 17,
"numPassingTests": 318,
"numPendingTests": 0,
"perfStats": {
"start": 12395.934852999984,
"end": 26271.340833000024,
"runtime": 13875,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 127,
"unchecked": 0,
"unmatched": 17,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7509490000084043,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.23403200006578,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 53.876931000035256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.1182469999184832,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7334559999871999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6708080000244081,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 53.68127199995797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 0.6587360000703484,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 53.600384999997914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.42550999997184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.469298999989405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.10008300002664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.33121799991932,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.317702000029385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 0.46544299996457994,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.66594099998474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.45357100002002,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 69.24263100000098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 62.305990000022575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 62.56747899996117,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 64.85175299993716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 0.42823399999178946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 59.79455900005996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 63.96548600005917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 56.44561799999792,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 57.82369099999778,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 56.51493699999992,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 59.379427000065334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.39764600002672523,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.73411399999168,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.226880999980494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.528149000019766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.234916999936104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.14469599991571,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.16400600003544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.0968379999976605,
"failureMessages": [
"decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 57.38639600004535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 56.702428999939,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.140408999985084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7091399999335408,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7042910000309348,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 57.41283300006762,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.42286299995612353,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 54.25964299996849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 54.471923999954015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 1.5274760000174865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.9015310000395402,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 53.84338399989065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.44387299998197705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 56.995051999925636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 59.04034900001716,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 1.0550089998869225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.7090700000990182,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 56.621466999989934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 57.76507899991702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.642805999959819,
"failureMessages": [
"deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 55.35268799995538,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 54.6216349999886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 1.3549420000053942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.7159730000421405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.8824449999956414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 54.76448400004301,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 0.4164009999949485,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 57.202581999939866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 56.68589399999473,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.9168259999714792,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.233604000066407,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.5616200000513345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 56.759884999948554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8229940000455827,
"failureMessages": [
"do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.268388999975286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.40722200006712,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.2862529999110848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.7969949999824166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.7616189999971539,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.7335370000219,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4356980000156909,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.81710899993777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.83099000004586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.815431000082754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.809724000049755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.69005500001367,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.449097999953665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.4242460000095889,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 56.043455000035465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 56.290478999959305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.263751000049524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.8754019999178126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.7386660000775009,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 57.19797799992375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.6729329999070615,
"failureMessages": [
"export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 54.64040399994701,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 54.80790000001434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.3625160000519827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.7293280001031235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.9898769999854267,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 53.84337100002449,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 0.4216010000091046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.519498000037856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.05796399991959,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.547291000024416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.9912239999976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.125247999909334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.57439600001089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.4512630000244826,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 56.50635699997656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 55.42371500004083,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.377474999986589,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8188360000494868,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.7362710000015795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8935860000783578,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9174610000336543,
"failureMessages": [
"function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 55.97326399991289,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 56.456708999932744,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.3575460000429302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9268679999513552,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9407849999843165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 57.132578999968246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.42468699999153614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 55.514849000028335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 56.15265399997588,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.4297820000210777,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.036824999959208,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.8665250000776723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 56.480057000066154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.4247570000588894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 54.921412999974564,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 56.01045099995099,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.1821769999805838,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.7791619999334216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.6966160000301898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 54.189838999998756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.42760200006887317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 54.35838099999819,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 54.0476679999847,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.1833000000333413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7415719999698922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.698509999900125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 55.19185499998275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.42131100001279265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 57.4387379999971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 55.1027180000674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.1920570000074804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.7887499999487773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.7720789999002591,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 54.537890000035986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.4204590000445023,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 54.50514700007625,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 55.42545400001109,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.1824580000247806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.7415310000069439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.6987209999933839,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 54.56701699993573,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 0.45186700008343905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 56.907329000066966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 56.59591199993156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 58.18143300001975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 58.39673799998127,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 57.1074329999974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 58.20346999994945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6507410000776872,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.44477399997413,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.63822299998719,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.1504079999867827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7354899999918416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7296589999459684,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 57.1863659999799,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.5173499999800697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.2708130000392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 65.29864399996586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 66.04500400007237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 71.10568899998907,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 66.70986199995968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 56.75983100000303,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 0.4122930000303313,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.952862000092864,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.310725999996066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 54.793407999910414,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.7634820000967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 56.08152400003746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 56.27489100000821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.6959959999658167,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 55.25827499991283,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 55.95217400009278,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.1812670000363141,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.8310289999935776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7122760000638664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 54.63746499991976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 0.415409000008367,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.80678199999966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.50437099998817,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.25763300003018,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 54.81697899999563,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 1.514680999913253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.69703499996103,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 0.4090269999578595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.30217599996831,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.162427000002936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 54.86043300002348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 54.825520999962464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 54.875633000046946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.49839000008069,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 0.50754199991934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.95354400004726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.03701099997852,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 57.974285000003874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.859178000013344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 57.108399000018835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.64235500001814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 0.42797399999108166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 56.45579500007443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 56.920985999982804,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.646263999980874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.82056299992837,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 56.8669280000031,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 56.93765100010205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 0.4263799999607727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.27271400007885,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.50663000007626,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 55.75691200001165,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.13743300002534,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.07654499995988,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.22539500007406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.45088600006420165,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 55.378537000040524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 55.657175999949686,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 1.2270620000781491,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.8906810000771657,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.7427140000509098,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 56.04916900000535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.45514400000683963,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 59.10461999999825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.59690200001933,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 59.47451800003182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 59.60869599995203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.01107799995225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.54698800004553,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.7522109999554232,
"failureMessages": [
"partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 60.750966000021435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 60.67133299994748,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.5716290000127628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.3061900000320747,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.8926140000112355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 59.214833999983966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7433850000379607,
"failureMessages": [
"pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 59.92221999994945,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 59.371495999977924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.252258999971673,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.8130450000753626,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7643639999441803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 59.34492100006901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.6175290000392124,
"failureMessages": [
"pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 56.140293000033125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 55.75290900003165,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.229607000015676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8522090000333264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8064429999794811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 57.93152999994345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 0.8264900000067428,
"failureMessages": [
"pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 58.686174000031315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 57.926582999993116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.4108769999584183,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.0120190000161529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.2167719999561086,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 58.18009599996731,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 0.4402560000307858,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 59.72502900008112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 59.399069000035524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 58.7421359999571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 61.54460800008383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 58.37606699997559,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.77541000000201,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 0.438071999931708,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 59.17815400008112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 59.10353199997917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.03329199994914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 56.33803999994416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.1046689999057,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.98985600005835,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.658525999984704,
"failureMessages": [
"record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 56.237910999916494,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 56.418974999920465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.1418419999536127,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.7337469999911264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.723848000052385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 64.61640599998645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.6248519999207929,
"failureMessages": [
"record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 56.243788999971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 56.024959000060335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.129458999959752,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.7371130000101402,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.9005590000888333,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 56.77245699998457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 0.4504449999658391,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 55.05346600001212,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 55.66178199998103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 55.787955999956466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 54.945688000065275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 1.1933890000218526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 54.57478499994613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.4163410000037402,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.22994099999778,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 55.65213200007565,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.5520120000001043,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7948310000356287,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.8846790000097826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 55.77417900005821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.6267360000638291,
"failureMessages": [
"source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 58.645931000006385,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 63.96525599993765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.128867999999784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.8429120000218973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.7881289999932051,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.88157600001432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.6351909999502823,
"failureMessages": [
"throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 56.82377700007055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 57.724617000087164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.2490129999350756,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.8378510000184178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.7893309999490157,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 58.2590060000075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 2.0279739999677986,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 59.217728000017814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 56.537609999999404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.0627540000714362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.7390570000279695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.7087489999830723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.006468000006862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7501369999954477,
"failureMessages": [
"v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 57.00463700003456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 56.87035400001332,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.1520719999680296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7393069999525324,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7115350000094622,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 57.39332000003196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 251,
"numPendingTests": 0,
"perfStats": {
"start": 26300.65948100004,
"end": 40461.15354500001,
"runtime": 14160,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 22,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 0.508784000063315,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.59508300002199,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.06049099995289,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.92363099998329,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.123334000003524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.11576700001024,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.800239999894984,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.94985400000587,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 56.67167700000573,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 0.4964109999127686,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.25744299998041,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.73287900001742,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 55.985614000004716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 55.73262799996883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 55.93153599998914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 55.83635299990419,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 70.33830699999817,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.045472000027075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 0.5647390000522137,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.40528700000141,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.98682399990503,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 60.84318800002802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 65.74606799997855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 55.50068499997724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.27487399999518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.480528999934904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.84285799995996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 0.4532599999802187,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.3239440000616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 58.702622000011615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.75113300001249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 55.80803700000979,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 55.47235699999146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 55.946480999933556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.16446600004565,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.3491759999888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 0.4284639999968931,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.67463699996006,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.05303800001275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 64.24803400004748,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.30674300005194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 55.8610059999628,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.53477200004272,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.402140000020154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.07518899999559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 0.48841600003652275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.42197400005534,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.78811600001063,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.52299199998379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 55.47443800000474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 55.405131999985315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 55.893123999936506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.365286999964155,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.01736999989953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 0.46997199999168515,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.06579999998212,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.13398000004236,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 55.55385400005616,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.52473699999973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.300873999949545,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 62.933945000055246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 55.251702999928966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.785533000016585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 0.42859399993903935,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.10754899994936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.10033000004478,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 55.719366999925114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 55.58987099991646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 55.327745000016876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 55.91467700002249,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.13501099997666,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.032141000032425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 0.4251780000049621,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.51544200000353,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.527263000025414,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 55.38607000000775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 55.61834499996621,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.37380800000392,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.83577200002037,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 55.9211489999434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.04514599998947,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 0.4350460000569001,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.32218399993144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 57.01648200000636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 60.14736000006087,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 55.85310900001787,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 55.55761999997776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 55.684895999962464,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.272573000052944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.003100999980234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 0.5400430000154302,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.13280500005931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.219783999957144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.73052700003609,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.2810649999883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.48975300008897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.984431999968365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.12331399996765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.90739000006579,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 0.40950800001155585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.742523999884725,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.59398200002033,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 55.52516600000672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 55.75840900000185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.143723000073805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.52794299996458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.14067600003909,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.346233000047505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 0.4275119999656454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.026274000061676,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 55.818771999911405,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 55.550994999939576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.77380600001197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.45627399999648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 55.844433999969624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.959644000045955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 55.702402999973856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 0.42458700004499406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.90731599996798,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.35843100002967,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.62361400004011,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.114948000060394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.86381300003268,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.26749400002882,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 58.51819400000386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.05252000002656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 0.4300069999881089,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.20919299998786,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.69725099997595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.32924900006037,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.78970500000287,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.8687819999177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.2805080000544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.88247099996079,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.02216799999587,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 0.44158900005277246,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 57.3152420000406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.03914599993732,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.42521100002341,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.57065200002398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.279229999985546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.63310300000012,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.189887000015005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.58392799994908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 0.4369799999985844,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 55.663661999977194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.03962299996056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 66.48946900002193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.82157300005201,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 65.8604129999876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 73.71199400001206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 56.45039300003555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.30018599994946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 0.43602799996733665,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.467189000104554,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.00466000009328,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 73.37217099999543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 54.031979999970645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 54.03337499999907,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 54.29425499995705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 52.97800400003325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 54.1740020000143,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 0.49904699996113777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 55.533173999981955,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 55.17786799999885,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 53.891439000028186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.56824599998072,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.10936899995431,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.017869999981485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 53.785192999988794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.60120999999344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 1.3967410000041127,
"failureMessages": [
"range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 56.50188299990259,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 56.5066180001013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.64245699997991,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 53.86633900005836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.99056200007908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 55.21013799996581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.882182999979705,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.87019899999723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 0.9590099999913946,
"failureMessages": [
"range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 55.02785800001584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 56.841845000046305,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 55.22683599998709,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 54.51810900005512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 54.07235799997579,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 54.64908599993214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 55.075337999965996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 54.081296999938786,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 0.9653110000072047,
"failureMessages": [
"range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 55.29604799998924,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.160619999980554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 54.243613000027835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 54.6199079999933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 54.492465000017546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 54.99483899993356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 55.348769999924116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 54.933632000000216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 0.951755000045523,
"failureMessages": [
"range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 55.2692790000001,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.266116000013426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.32237800001167,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.33900699997321,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 53.83159100008197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.93729799997527,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.85395799996331,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.18847100005951,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 0.8017339999787509,
"failureMessages": [
"range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 55.5561699999962,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 54.86736999999266,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 54.3018709999742,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 54.059674000018276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 53.86474400002044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 54.64459999999963,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 54.45256100001279,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 56.218777999980375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 0.5966799999587238,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 55.125037000048906,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 55.2718730000779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 53.762188000022434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.19327499996871,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.95837900007609,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 55.0451259999536,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.19069399998989,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.9085929999128,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 0.548880000016652,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.22631200007163,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 56.075028000050224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.70623599993996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.34793400007766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 53.59328899998218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.111223999992944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.15096200001426,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 53.81562299991492,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 0.5331200000364333,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 55.17720599996392,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 54.41458400001284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 54.81326500000432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 53.47051300003659,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 54.03260999999475,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 54.29165299993474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 53.87617199996021,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 55.07401700003538,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 0.7973459999775514,
"failureMessages": [
"range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 55.98309899994638,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.11470899998676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 54.91541599994525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 54.575945000047795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 54.59148099995218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 54.55215800006408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 55.55065200000536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 55.272108000004664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [],
"duration": 1.8621329999295995,
"failureMessages": [],
"fullName": "translates cursor correctly in basic case",
"numPassingAsserts": 0,
"status": "passed",
"title": "translates cursor correctly in basic case"
},
{
"ancestorTitles": [],
"duration": 0.7575209999922663,
"failureMessages": [],
"fullName": "positions cursor relative to closest node, not SourceElement",
"numPassingAsserts": 0,
"status": "passed",
"title": "positions cursor relative to closest node, not SourceElement"
},
{
"ancestorTitles": [],
"duration": 0.7312309999251738,
"failureMessages": [],
"fullName": "keeps cursor inside formatted node",
"numPassingAsserts": 0,
"status": "passed",
"title": "keeps cursor inside formatted node"
},
{
"ancestorTitles": [],
"duration": 1.866061000037007,
"failureMessages": [],
"fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation",
"numPassingAsserts": 0,
"status": "passed",
"title": "doesn't insert second placeholder for nonexistent TypeAnnotation"
},
{
"ancestorTitles": [],
"duration": 1.037385999923572,
"failureMessages": [],
"fullName": "cursorOffset === rangeStart",
"numPassingAsserts": 0,
"status": "passed",
"title": "cursorOffset === rangeStart"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 58,
"numPendingTests": 0,
"perfStats": {
"start": 40506.419868999976,
"end": 42612.14024099999,
"runtime": 2106,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 27,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6878199999919161,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.845071000047028,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.3285219999961555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8616059999912977,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.742322999984026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7433440000750124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.27680999995209,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 56.238817999954335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 54.92551800003275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6460720000322908,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.5566899999976158,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.6588009999832138,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.4148539999732748,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7186179999262094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7805040000239387,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.45025100000203,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 53.852098000003025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.02432199998293,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.7280959999188781,
"failureMessages": [
"valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 2.1386720000300556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.4588469999143854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.7745730000315234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6947430000873283,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6645270000444725,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 55.28014099993743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 54.12576199998148,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 55.01957100001164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7133779999567196,
"failureMessages": [
"valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.6342149999691173,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.0994019999634475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7350889999652281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.66322400001809,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.6683630000334233,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 53.519787000026554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 54.902728000073694,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 54.071084000053816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.5924310000846162,
"failureMessages": [
"valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.4912069999845698,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.1691529999952763,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.7198900000657886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6709389999741688,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6517829999793321,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 53.813362000044435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 54.572744000004604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 53.984472000040114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 0.4294850000878796,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.442390999989584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.97406099992804,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.11423599999398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 53.81901499989908,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 53.84076799999457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.2508079999825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.3437350000022,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 53.8616430000402,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 0.4211200000718236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.44772700010799,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.09696300001815,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.46215199993458,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.29060099995695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.458259999984875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.7395700000925,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.31148099992424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.13129399996251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 69,
"numPendingTests": 0,
"perfStats": {
"start": 42641.96291100001,
"end": 43229.59326900006,
"runtime": 588,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 63,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.3756999999750406,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.835676999995485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.7034700000658631,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.7985669999616221,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.8301670000655577,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.8713149999966845,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7733999999472871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7572100000688806,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.690694999997504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.9014710000483319,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.9029940000036731,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7806949999649078,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7022870000218973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.6237800000235438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.8455860000103712,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6898940000683069,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6810079999268055,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6551289999624714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6220370000228286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6648670000722632,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6805970000568777,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6486969999969006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6557899999897927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6173979999730363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6687949999468401,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7188379999715835,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7195300000021234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6659500000532717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6206750000128523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7265630000038072,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.701346000074409,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6529239999363199,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6995020000031218,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6257540000369772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7259720000438392,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6840730000985786,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6588660000124946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6810869999462739,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6392990000313148,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.7201910000294447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6903549999697134,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6764790000161156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6542069999268278,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6182799999369308,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.7204820000333712,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6663399999961257,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6457819999195635,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6538459999719635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6772210000781342,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.7188889998942614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.45208799990359694,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 1.1341470000334084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.744035999989137,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7480530000757426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 55.02407799998764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.4144770000129938,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 1.0856259999563918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.73347500001546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 53.359849000000395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 54.017650999943726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.43825200002174824,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 1.1184479999355972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.7475620000623167,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 53.550639000022784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 53.99444300006144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.611536999931559,
"failureMessages": [
"valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.113437999971211,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7440059999935329,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7116749999113381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 53.37619699991774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 284,
"numPendingTests": 0,
"perfStats": {
"start": 43274.39188000001,
"end": 59045.30476700002,
"runtime": 15771,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.4391040001064539,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.022952000028454,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.4828709999565,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 53.29648300004192,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.75839799991809,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.79647699999623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.429945999989286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 53.68612000008579,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.37294099992141,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.4587199999950826,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.07020200008992,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.79792800010182,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.52581400005147,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.341041999985464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.769585000001825,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.71974600001704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.426592000061646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.823009999934584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.7929580000927672,
"failureMessages": [
"snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.13870200002566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.18614600005094,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.05829800001811,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.23996000003535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 53.07984500005841,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.1052759999875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 53.955692999996245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.06839300005231,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.64678399998229,
"failureMessages": [
"snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.4098450000165,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.10431800002698,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.522855999995954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.54536200000439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.174358000047505,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.309441999997944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.551783000002615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.79514599998947,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.4870139999547973,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 53.666153000085615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.92445799999405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.01484399999026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.684980000020005,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 53.617857999983244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.23751600005198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 53.952848999993876,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.091580000007525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.41595000005327165,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.032946999999695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.545259000035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 53.568425000063144,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.39983999996912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 53.642758999951184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 53.951789999962784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.87058700004127,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.89281300001312,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.4325520000420511,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.07486500008963,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.2506220000796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 53.72800300002564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.76431400002912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.43644099996891,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.103536000009626,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.60376600001473,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.399861000012606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.41747300000861287,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.84789700002875,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.849104000022635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 53.932022999972105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.37189499998931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 53.94391799997538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 53.868581000017,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 53.85499600006733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.499306000070646,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.4256780000869185,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.24778099998366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.930830999976024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.20663700008299,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 53.6965060000075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.557299999985844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.19891000003554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.05530899995938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.430346000008285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.4387930000666529,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.12327900005039,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.91251699998975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.70461699995212,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.051467999932356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.339724999968894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.85667799995281,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.38999599998351,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.413309000083245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.4897989999735728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.84596400009468,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.22343900008127,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.410656000021845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.865233000018634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.38559700001497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 53.88782399997581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.60986900003627,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.044268999947235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.4185249999864027,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.01280500006396,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.9332089999225,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.249354999978095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.90905500005465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.630096000037156,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.42581600008998,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.98585599998478,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 53.93659699999262,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.41973700001835823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.94245099998079,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.45889899996109,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 53.88587299990468,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 53.96967400005087,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.334352000034414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.4718180000782,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.50240900006611,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.48875100002624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.42660000000614673,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.113419000059366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.62132699997164,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 53.74456500005908,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.19135700003244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.76644499995746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.260538000031374,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.539875000016764,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.67080399999395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.48374699999112636,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.69962400000077,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.052523000049405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.73875600006431,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.666532000061125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.74315400002524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.90610199992079,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.165005999966525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 53.7655360000208,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.42453600000590086,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.30743100005202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.07440800010227,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.495888999896124,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.191129999933764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 53.97057400003541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.74877200007904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.33904099999927,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.02869700000156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.5153870000503957,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 53.96199899993371,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 53.982964999973774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.44269999989774,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.16448399994988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.532802999950945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.69640600006096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.25892900000326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 53.640476000029594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.4179040000308305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.98801900004037,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.90361300006043,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.40382399992086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.29169700003695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 53.99564700003248,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.10359299997799,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.014002999989316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.910988999996334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 0.6040030000731349,
"failureMessages": [
"snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.530599000048824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.90067599993199,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.947724999976344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.49765399994794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.15292300004512,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.98708099999931,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.50247099995613,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.28196699998807,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 0.6021990000735968,
"failureMessages": [
"snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.15403299999889,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.56558299995959,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.42275300004985,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 53.706600000034086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 53.88072499993723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.339478000067174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.41359899996314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 53.99084500002209,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 0.4237949999514967,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.179371000034735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.07400899997447,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 53.79186299990397,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.59254400001373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 53.65977200004272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.583187000011094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 63.893241000012495,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.349740999983624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 0.495630000019446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.402051000040956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.36783100001048,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.095258999965154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.28345900005661,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.46036499994807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.23909399996046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.37351900001522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.3268790000584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 0.43773200002033263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.04900399991311,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.34930799994618,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.18394199991599,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.15628400002606,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.46944999997504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 53.53112200007308,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.44555299996864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 53.92819599993527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 0.42624900001101196,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.854541999986395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.715880000032485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.171000999980606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.09418100002222,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.71556399995461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.20299599994905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.684893999947235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.299621999962255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 0.487665000022389,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.61591599998064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.70633800001815,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 53.729315999895334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 53.35351300006732,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 53.88741199998185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.8224840000039,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.533144999993965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.486460000043735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 0.4319609999656677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 57.015795999905095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.030423999996856,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.38005399995018,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 53.88884100003634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 53.8924550000811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.95755699998699,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.64882099989336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.38279499998316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 0.42849399999249727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.61393499991391,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.741092999931425,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.94837900006678,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 53.43135899992194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 53.95448399998713,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.302067000069655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.17670300009195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.50355899997521,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 0.42619999998714775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.62320799997542,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.36335399991367,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.34460399998352,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.055959999910556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.3487309999764,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.44627800001763,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.142312000039965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.75473299995065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 0.43601800000760704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.83314299990889,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.61169200006407,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.54404099995736,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.275234000058845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 53.401088000042364,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.72535999992397,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.738930999999866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.827776000020094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 0.3970149999950081,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.394946999964304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.50913999998011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.84300799993798,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.9805949999718,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.63289399992209,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.60573499999009,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.424809999996796,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.09326200000942,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 0.4266899999929592,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.67775300005451,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.90040699997917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 53.14678099995945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 53.898661000072025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.27634600002784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.438946999958716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.0761600000551,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 56.76363099995069,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 0.47984100005123764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 56.78454900009092,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 56.599157999968156,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.511207000003196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.71900300006382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.06641700002365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.97790499997791,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.55075600009877,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.24520900007337,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 59093.51509400003,
"end": 60332.15001500002,
"runtime": 1239,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4533100000116974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.909679999924265,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.4924790000077337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.8122340000700206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.8808729999000207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 54.37187399994582,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 54.90488000004552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.688601000001654,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 2.577445000060834,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0432459999574348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7846519999438897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0495089999167249,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 54.98336199996993,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 54.93451500008814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.4387030000798404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.4530559999402612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.8276119999354705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.717776000034064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7178360000252724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 54.270460000028834,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 54.56531800003722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.42665999999735504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.4064879999496043,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.8047290000831708,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7848420001100749,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7279359999811277,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.88890299992636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.407964000012726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.4257490000454709,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.827908999985084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.0424950000597164,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7457290000747889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7703550000442192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 54.32094700005837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 54.54578199994285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.43498600006569177,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.520702000008896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7714970000088215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7066249999916181,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.6829609998967499,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.04256199998781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 53.88658900000155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.42353500006720424,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.4524039999814704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7399989999830723,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.8008919999701902,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6820689999731258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 54.05603199999314,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 54.47822399996221,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 99,
"numPendingTests": 0,
"perfStats": {
"start": 60364.23317899997,
"end": 65810.57905200007,
"runtime": 5446,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js"
],
"duration": 0.45369100000243634,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 59.68255600007251,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.477561999927275,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.72048899997026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.34851999999955,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.317596000037156,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.92326399998274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 57.08419199998025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.37587600003462,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 0.5125659999903291,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.41682199994102,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.223139000008814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 56.03450199996587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.30641399999149,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.66523000004236,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.019143000012264,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.29070800007321,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.65198200009763,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 0.41891199990641326,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.19268499989994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.63447000004817,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.26699200004805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 53.82278100005351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 53.94184500002302,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 53.8547719999915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.476644000038505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.25446600001305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 0.4112769999774173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.45739900006447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.67985900002532,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.285914000007324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.739321000059135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.67778799997177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.17920699995011,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.218126000021584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 57.017889000009745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 0.4270770000293851,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 53.93391499994323,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.23518700001296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.107878000009805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 53.526274999952875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 53.80477599997539,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.2728510000743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.62376400001813,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.92751200008206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 0.420454999897629,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.90416300005745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.36012700002175,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.768400999950245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.22359900001902,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.361269000102766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.81923299992923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.80180300003849,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.769556000013836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.4329579999903217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.105111999902874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.35700100008398,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.373303000000305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.328994999988936,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.94447200000286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.28109599999152,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.75358699995559,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.13410499994643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4319799999939278,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.30591600004118,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.924566000001505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.445177000015974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.377237999928184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 55.41769199992996,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.22644699993543,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 55.8875480000861,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.546331999939866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.34567900002002716,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 53.749873999971896,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.24075399991125,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 65.88427899999078,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.12101500004064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.757436000043526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.10648199997377,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.46447200002149,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.70016999996733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.31562200002372265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.52542199997697,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.94633599999361,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.41586599999573,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.92031399998814,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.84204900008626,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 53.88367099990137,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.23753799998667,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.473358000046574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.318197000073269,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.374183999956585,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.465272000059485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 53.65327999996953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.00470900000073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.10973000002559,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.02119100000709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.30233800003771,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.44811200001277,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 48,
"numPassingTests": 528,
"numPendingTests": 0,
"perfStats": {
"start": 65855.94825999998,
"end": 101464.83354600007,
"runtime": 35609,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 48,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.43390399997588247,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 64.43145699996967,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.97048100002576,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.59144499991089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 56.30716399999801,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.39695099997334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.53198800003156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.508895999984816,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.22203299996909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 0.714559999993071,
"failureMessages": [
"func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 57.99186200008262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 56.58552699990105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 54.890045000007376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.260318999993615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.89307400002144,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.737985000014305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.33080300001893,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.3492640000768,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 0.5328699999954551,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 120.1920809999574,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 107.09931200009305,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.25897299998906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 73.73353899992071,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 75.74815700005274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 72.2445229999721,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 72.27485000004526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 78.1304999999702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.9528070000233129,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 100.64643499988597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 65.42034700000659,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.75148600002285,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.26139600004535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.905245000030845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 66.83973700006027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.09009700000752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 79.6994709999999,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 0.7824170000385493,
"failureMessages": [
"nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 63.94258999999147,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 64.22520700003952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 57.56054099998437,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 56.9611899999436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 57.58653500000946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 59.15445799997542,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 59.654637000057846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 57.03813200001605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 1.5972970000002533,
"failureMessages": [
"nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 95.63630100002047,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 77.34619100007694,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.0345560000278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.8978890000144,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.92877400002908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 70.3646370000206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 75.22976899996866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 69.4526439999463,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.4233640000456944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.57418100000359,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.46157299994957,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.170928000006825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.9341129999375,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.001210999907926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 55.8934710000176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.16145100002177,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 55.91580600000452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4352059999946505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.776122000068426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.32057800004259,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.253306000027806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.28144399996381,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.912373000057414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.27846100006718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.45211500010919,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.75949900003616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 0.4510759999975562,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 67.56905399996322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.92125399992801,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.23265299992636,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.44945899990853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.15646399999969,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.642896999954246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.81984800007194,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 68.57525800005533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 0.7221139998873696,
"failureMessages": [
"func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 67.04514199995901,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.49369499995373,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 54.96940900001209,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.007561000064015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.586899999994785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.07647500000894,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.494411000050604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.27659300004598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 0.5218089999398217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 91.06742400000803,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 80.14455700002145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 72.81075399997644,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 71.01626599999145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 70.35305899998639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 70.90449900005478,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 74.50412499997765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 72.53701500000898,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 7.050204999977723,
"failureMessages": [
"indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 72.187203999958,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 66.55025000008754,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 59.95426499994937,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 59.83248400001321,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 60.666864000028,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 60.65178199997172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 61.272865999955684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 61.20656900003087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 0.6759679999668151,
"failureMessages": [
"nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.9299399999436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 60.10802600008901,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 56.61577500007115,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.178488999954425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 56.08883100003004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.49497700005304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.8815450000111,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 56.832927000010386,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 1.1700249999994412,
"failureMessages": [
"nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 72.909466000041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 70.49263699993026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 66.04409400001168,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.84718699997757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.73142199998256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 65.42090099991765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 65.95113599998876,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.98410799994599,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 0.4194269999861717,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.69249399995897,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.95474199997261,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.01474700006656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 55.94545100000687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 55.87705899996217,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 58.171157000004314,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.5739440000616,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.05825400003232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 0.4302669999888167,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.56590799998958,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.25985200004652,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.63312000001315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 56.94459999992978,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.765850999974646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.32330400007777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.147246000007726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.24511900008656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 0.521387999993749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.541030999971554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.58464899996761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.57955100003164,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 56.50138700008392,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 56.25472600001376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.42627599998377,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.41780799999833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.62583699997049,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 0.7212529999669641,
"failureMessages": [
"func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.04968600010034,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.206392999971285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.27899200003594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.16301699995529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.38081500004046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 54.92298499995377,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.12399100000039,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.68040700000711,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 0.5391319999471307,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 85.67161700001452,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 73.6378019999247,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 75.32730400003493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 67.64791399997193,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 65.49275900004432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 69.34474900003988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 72.52065500000026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 69.58265200001188,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 0.833593999966979,
"failureMessages": [
"indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 71.57557200000156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.67373299994506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.97354399994947,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.65312899998389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 59.62028300005477,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.95379099994898,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.56651699997019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 60.93862099992111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 0.7056740000844002,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.67931700008921,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.813041000044905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.11484399996698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 56.87397499999497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.29660000000149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.81285499990918,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.28972400003113,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.39811700000428,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 1.167691000038758,
"failureMessages": [
"nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 92.33322699996643,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 70.5836699999636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.93611799995415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 64.46030599996448,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.7982680000132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 65.06027000001632,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 65.07503199996427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.58274099999107,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 0.424455999978818,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 58.458613000111654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.81684300000779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 55.38903200009372,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.15052599995397,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 55.93893400009256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 55.834955000085756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.29857700003777,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 55.86195399996359,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 0.4533100000116974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.0710759999929,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 60.290772999986075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.61443399998825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.38975600001868,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 56.42778700008057,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.98514800006524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.55217299994547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.564233000040986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4374400000087917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.40508499997668,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.548646999988705,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.05449699994642,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.26040799997281,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.19877700007055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.90906700002961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.458339000004344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.53016199998092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6546979999402538,
"failureMessages": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.96213999995962,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.80139799998142,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 54.94074500002898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.2722510000458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 54.73978900001384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.9822329999879,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.81094999995548,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.3602129999781,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.535524999955669,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.47346800006926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.52371500001755,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 76.38528299995232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.14072200004011,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 69.06590799998958,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.36534799996298,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.50400799990166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.04712300002575,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.8948680000612512,
"failureMessages": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.63708599994425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.70277599990368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.16778899997007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.43318399996497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.90253700001631,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.83993100002408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.49822499998845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.56585300003644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6572930000256747,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.72409599996172,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.29158399999142,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.43250600004103,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.08152699994389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.91443400003482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.152770999935456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.533533000038005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.92720300005749,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.7995059998938814,
"failureMessages": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.80774499999825,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.15630300005432,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.592491999967024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.85767399996985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.6003100000089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.92138099996373,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.18932799994946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.84260900004301,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4056910000508651,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.464107999927364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.29357999993954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.88756199995987,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.15507999993861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.75952600000892,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.13837599998806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.246647999971174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.019659999990836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.43811200000345707,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.573434999911115,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.28172200010158,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.55882199993357,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.52194899995811,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.76259200007189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.464643000043,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.50643199996557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.077957000001334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6894639999372885,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.84317699994426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.75535700004548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.42039600003045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.016600999981165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.24667899997439,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.10363399994094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.61624200001825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.04575000004843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6073990000877529,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.915292000048794,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.157460999907926,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.83571499993559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.26045099995099,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.32660700008273,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.29363299999386,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.202771999989636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.10825200006366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 7.123962999903597,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 109.11205400002655,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 77.88594499998726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 75.44049299997278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 70.89569200004917,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 66.17863600002602,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 72.6309670000337,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 70.14914699993096,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 70.8526960000163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 3.3179069999605417,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 73.41612099995837,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 62.62150799995288,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 59.99669800000265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 60.67179099994246,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 60.406164000043646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.94042699993588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.1337830000557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 60.862254000036046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 0.8139179999707267,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 64.45753899996635,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.849348000017926,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 56.758586000069045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.484941000002436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.06368899997324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.73965899995528,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.20971099997405,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 57.57176299998537,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 1.7637200000463054,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 74.98415400006343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.0732330000028,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 64.33616000006441,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 63.2246720000403,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 62.47240999992937,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 65.2102119999472,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 65.34379900002386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 67.7204919999931,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6614819999085739,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.65058999997564,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.50858599995263,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.29811099998187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.61934700002894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.184176000067964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 66.75560999999288,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.35735099995509,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.663172999979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 0.8563169999979436,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 60.54914000001736,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.14680300001055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 57.330675999983214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.40118899999652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 57.184599000029266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 57.0132529999828,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.187602999969386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 57.16927900002338,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.7091609999770299,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.46049500000663,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.114813999971375,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.541142000001855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.950187000096776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.477903000079095,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.59740099997725,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.38042299996596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.54170599998906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.6791149999480695,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.78288600000087,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.82226099993568,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.36219000001438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.60388499998953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.12649100006092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.782218000036664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.223677000030875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.78024699992966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 4.567342999973334,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.66426700004376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.21368600009009,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.71215599996503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.13702399993781,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.01140399998985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 74.16204700001981,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 69.44293899997137,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 70.60659300000407,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 2.176824999973178,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 69.18937100004405,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.803098000003956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.08087000006344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.36351299996022,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.06050699995831,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.96391799999401,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.42703400005121,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.765177999972366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.7599959999788553,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.297151000006124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.804813000024296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.05818499997258,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.87548799999058,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.8570559999207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.70717299997341,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.10971099999733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.78216599998996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.2343269999837503,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 70.56270399992354,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 66.43985900003463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.00923399999738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.87059200007934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.950983000104316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 65.03159999998752,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.82651000004262,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.79866299999412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.6574039999395609,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.22616500000004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.650840000016615,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.090422000037506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.06305600004271,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.80588500003796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.29418299999088,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.45618900004774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.412817000062205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.8717769999057055,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.01458000007551,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.19512299995404,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.63541699992493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.22406699997373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.2540990000125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.82549800002016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.12231400003657,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.766825000057,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.676930999965407,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.024149999953806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.25374399998691,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.19857400003821,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.704364000004716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.54971100005787,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.302663999958895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.435812999960035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.787665999960154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.6861469999421388,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.68232199992053,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.87012600002345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.56012899999041,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.035648999968544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.70623700006399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.78039400000125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.40198500000406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.68417100002989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 3.453618000028655,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 109.11291499994695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 73.68509699997958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.75124899996445,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.81401400000323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.30878300010227,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 71.96871699998155,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.44438799994532,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.78631700004917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.9914850000059232,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 70.61095599993132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.31125300005078,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.13042399997357,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.97828199993819,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.09573099995032,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.686893000034615,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.569950000033714,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 62.60902500001248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7290170000633225,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.10677300009411,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.571163000073284,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.00880800001323,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.51753499999177,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.43336999998428,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.58212100004312,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.57174300006591,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.21321399998851,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.149866999941878,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.22723999992013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.53177599993069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 62.41155099996831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.70054999995045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 62.6772930000443,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 64.7999210000271,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.40548700001091,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.33877000003122,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7648449999978766,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.98610300000291,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.36040300002787,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.64818900008686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.95141900004819,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.02627399994526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.93999400001485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.73805599997286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.72805899998639,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7022069999948144,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.105603000032715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.18369600002188,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.188950999989174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.961974999983795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.7439589999849,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.81554199999664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.278114999993704,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.41540200007148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.702216999954544,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.770977000007406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.83561599999666,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.3117659999989,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.50241099996492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.01654199999757,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.911375000025146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.72146599995904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.67948799999431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6347210000967607,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.64649600000121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.0420869999798,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.34985300002154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.63548699999228,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.15523899998516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.27989600005094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.65441600000486,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.03566400008276,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 2.6301440000534058,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.55185199994594,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 75.90919399994891,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.78953499998897,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.4479369999608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.58332400000654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.66932900005486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.52007700002287,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 71.25986200000625,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 2.4586310000158846,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 72.76995200000238,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.93192200001795,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.49153400002979,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.20448099996429,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.354534999933094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.89238099998329,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.761703999945894,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.91804999997839,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7390359999844804,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.70526499999687,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.54067999997642,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.93734399997629,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.705888999975286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.247166999964975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.83443599997554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.32441699993797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.730443999986164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.2482409999938682,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 99.22675099992193,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.58203499997035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.146056000026874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.70123599993531,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.379008000018075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.2367980000563,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.61384500004351,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.3716939999722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6647260000463575,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.72597799997311,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.11845599999651,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.881226999918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.30656599998474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.979174999985844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.68354899995029,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.45822000002954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.81986400007736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7029290000209585,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.39711999997962,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.840072999941185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.74824200000148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.12664999999106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.64224399998784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.707504999940284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.109622000018135,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.80640800006222,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 55,
"numPendingTests": 0,
"perfStats": {
"start": 101524.76511400007,
"end": 103490.70932999998,
"runtime": 1966,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4245259999297559,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.23424999997951,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.787843000027351,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.8679080000147223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.9263979999814183,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.00581499992404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.17165799997747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.62531300005503,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.45440099993721,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.3671750000212342,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7418009999673814,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.01843000005465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.041872000088915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.53237100003753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.47413999994751066,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.46684899996035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.3104179999791086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7055630000540987,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7477420000359416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.27774699998554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.50367899995763,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.41969700006302446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 55.328372000018135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.092259000055492,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7182170000160113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.6972779999487102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 55.30970899993554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.99106000002939,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 0.40343700000084937,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.0360450000735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.023907999973744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 54.920672000036575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.10437699989416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.028622999903746,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.33828399993945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.40597099997103214,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 55.77974299993366,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.3113299999386072,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7458489999407902,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7291379999369383,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 55.4147140000714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 55.94598399999086,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.44054699991829693,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.91738899995107,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.0801559999817982,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7000130000524223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.687679999973625,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.21629200002644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.67109499999788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.5242629999993369,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.11727299995255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.0971490000374615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7679310000967234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7081989999860525,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.68371000001207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 54.77724700002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 41,
"numPendingTests": 0,
"perfStats": {
"start": 103554.51737100002,
"end": 104540.216717,
"runtime": 986,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 31,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 0.5668640000512823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 56.90328700002283,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 55.23091799998656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 55.08809700002894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 54.81983399996534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6261150001082569,
"failureMessages": [
"import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 1.1787609999300912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.7557979999110103,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6976579999318346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 55.135347999981605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.43684900004882365,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.1855529999593273,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.7658259999006987,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.7922060000710189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 55.46515600010753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6029209999833256,
"failureMessages": [
"import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 1.0159660000354052,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.7457090000389144,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6922079999931157,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 55.147202000021935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.5928220000350848,
"failureMessages": [
"import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 1.0229680000338703,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.7376539999386296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.8323310000123456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 55.270894999965094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.4663139999611303,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.0488769999938086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.7247199999401346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.6672519999556243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 54.54433199996129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.614331999910064,
"failureMessages": [
"import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.9797569999936968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6946630000602454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6729320000158623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 54.56348400004208,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.5221650000894442,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7872369999531657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7055430000182241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6780719999223948,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7805739999748766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6922889999113977,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6501690000295639,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7380739999935031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.683792999945581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7209319999674335,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 153,
"numPendingTests": 0,
"perfStats": {
"start": 104593.28995800007,
"end": 113026.29497000005,
"runtime": 8433,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.2918979999376461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.00071499997284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.838082999922335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.36750000005122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.69609999994282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.74908300000243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.847473000059836,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.33884800004307,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.66617900005076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.2786430000560358,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.051705999998376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.326051000040025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.300485000014305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.88498500001151,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.354503999929875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.37873599992599,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.60935799998697,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.287890999927185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.3342170000541955,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.64895499998238,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.90440699993633,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.53349399997387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.49699000001419,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.586113000055775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.81011800002307,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.40474799997173,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.250106000108644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.27991599997039884,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.04278699995484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 61.213417000020854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.52192600001581,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.96191200008616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.11033299996052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.13484700000845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.221125999931246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.37727200007066,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.27502599998842925,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.73411100008525,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.82990200002678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 53.655672000022605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.83286600001156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.02682899998035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.605236000032164,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 60.24036499997601,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 58.928994000074454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.2994419999886304,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.9457799999509,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.30799400003161,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.742667000042275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.63412199995946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.750852999975905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.48541700001806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.5093680000864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.0822310000658,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.2840429999632761,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.16752099990845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.992313000024296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.11515099997632,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.2968829999445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.05254599999171,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.50730499997735,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.655575999990106,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.57213500002399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.5141340000554919,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.20622799999546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.825687999953516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.208913999958895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.44040600000881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.511097999988124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.838197999983095,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.10483299999032,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.80582399992272,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.4064619999844581,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.03290900005959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.135676999925636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.30717500008177,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.09418899996672,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.86181699996814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.01161799998954,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.67667300009634,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.46977800002787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.4601630000397563,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.365325000020675,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.016574000008404,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 58.17716900003143,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.28391699993517,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.94696400000248,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.53362699993886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.28248699998949,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.031410000054166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.48410799994599074,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.81459000008181,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.48907200002577,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.685112999984995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.3688629999524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.528870000038296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.92295599996578,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.67555599997286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.51153700007126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.4134260000428185,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.21746700000949,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.48385900002904,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.600944000063464,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.86691199999768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.338793999981135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.73386599996593,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.80737699999008,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.731637999997474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.40518999996129423,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.86960600002203,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.30879999999888,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.28641999990214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.449688000022434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.87751699995715,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.82312399998773,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.25218599999789,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.030085999984294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.432031000033021,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.9401460000081,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.311627999995835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.814221999957226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.685520000057295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.37961699999869,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.35470299993176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.17900700005703,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.936516999965534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.4921639999374747,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.07281399995554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.12244499998633,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.484608999919146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.65318599995226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.50951999996323,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.89541400002781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.94579500006512,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.72418900008779,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.4176629999419674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.93625199992675,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.406714999931864,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.70728000008967,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.61818500002846,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.34512499999255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.99432900000829,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.523980000056326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.549633999937214,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 0.4702520000282675,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.05899799999315,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.62664099992253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.88777000003029,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.07533199992031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.31694399996195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.992542000021785,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.99384500004817,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.15225099993404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 158,
"numPendingTests": 0,
"perfStats": {
"start": 113093.36144100002,
"end": 119979.76399600005,
"runtime": 6886,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 58,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.4965009998995811,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 56.70197900000494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 55.815406999900006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 1.3077739999862388,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.767900999984704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 55.938762000063434,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 55.07614200003445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.40774500009138137,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 56.76605700002983,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.87861100002192,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.1998209999874234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7163029999937862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.30428599996958,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.5564889999805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.41797399998176843,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 55.46606900007464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 56.453000999987125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.1371729999082163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7434049999574199,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 54.47713100002147,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 54.738489000010304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 0.4072039999300614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.48348799999803,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.175873000058345,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.41661600000225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 54.99557199992705,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.181557000032626,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.23336100007873,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 54.81735399994068,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 0.4475800000363961,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.518760000006296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.441414000000805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.17708299995866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.57242400001269,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.10632399993483,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.15885900007561,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.262037999928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.4350560000166297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 55.5862859999761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 54.77609699999448,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 1.1164640000788495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.7727089999243617,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 55.164528999943286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 55.59700100007467,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.45665599999483675,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 55.84759100002702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 54.37157399998978,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 1.3381800000788644,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.775294000050053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 55.90608600003179,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 54.64391800004523,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.4671770000131801,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.40654899994843,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.27213800000027,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 1.1508690000046045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.7318019999656826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.27010099997278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.21755399997346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4163010000484064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.17500500008464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 55.17335100006312,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 1.1258920000400394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.7344880000455305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 54.805690000066534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 54.96085499995388,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.5218190000159666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 56.379921000101604,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 55.48471799993422,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 1.1457089999457821,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.725440000067465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 55.51058900007047,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 55.99749199999496,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.45250899996608496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 55.557124999933876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 55.78327199991327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 1.1425629999721423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.7386359999654815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 55.13906499999575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 55.132156000006944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.5157670000335202,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 55.466901999898255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 54.868676999933086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 1.139627999975346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.7359209998976439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 55.190485000028275,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 55.49894000007771,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.4379620000254363,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.97278599999845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.34343699994497,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 1.0729330000467598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.7434249999932945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 55.054665999952704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 55.586972999968566,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.4332429999485612,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 55.026747000054456,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 56.03627400007099,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 1.1217340000439435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.728527000057511,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 54.631177000002936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 55.39338799996767,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 0.45914100005757064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.56485600001179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.96357000002172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.08791000000201,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 54.90422700007912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.58148799999617,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.64774699998088,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.56045700004324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 0.42203100002370775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.48800500005018,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.334205999970436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.8288440000033,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.439083000062965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 54.93669600004796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 54.98450500005856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 56.530614999937825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.41471799998544157,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 55.39173400006257,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 55.47454199998174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 1.1150820000329986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.7252299999818206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 56.12963699991815,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 65.22833600000013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.4143670001067221,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 74.4269520000089,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 56.996930999914184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 1.1392569999443367,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.726782999932766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 55.97022600006312,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 55.6322640000144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.43132900004275143,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 56.32952299993485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 54.531279999995604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 1.1725999999325722,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.7292279999237508,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 55.57494299998507,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 55.10597799997777,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.41762299998663366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 55.013131999992765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 54.952641000039876,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 1.1153920000651851,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.7244590000482276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 54.94657300005201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 55.12663400010206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.42042800004128367,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 82.61256300006062,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 56.344756999984384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 1.5039310000138357,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.7632619999349117,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 55.77354899991769,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 55.91737699997611,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.45370099996216595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 57.29281700006686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 55.40713800000958,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 1.1194599999580532,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.8247970000375062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 56.904232000000775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 56.16727400000673,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 28,
"numPassingTests": 818,
"numPendingTests": 0,
"perfStats": {
"start": 120060.17432300001,
"end": 168111.07204,
"runtime": 48051,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 76,
"unchecked": 0,
"unmatched": 28,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.4266300000017509,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.49474100000225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.69352199998684,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.51646799989976,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.021396999945864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 54.87679799995385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.769083000021055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.27625600004103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.89936799998395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.43502600002102554,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 57.14855899999384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 58.12237500003539,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.74088399996981,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.49461799999699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.05257099994924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.281085999915376,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.48961400007829,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.30846900003962,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 0.41433699999470264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.00072599994019,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.73707100003958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.346235000062734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.43716400000267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 54.74504099995829,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.570498999906704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.19608899997547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.77482799999416,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 0.43967499991413206,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.924961999990046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.54218899994157,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 57.09980800002813,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.25793700001668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 56.888643000042066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 57.432820999994874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.00066500005778,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 57.30325800005812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 0.46819799998775125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.57366999995429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.04354699992109,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 55.834656000020914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 55.592856999952346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 55.50065199995879,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.04354099999182,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.156081000110134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.077255000011064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 0.44189900008495897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.5283660000423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 58.32981499994639,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 55.976888999924995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 55.82765200000722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 55.91532199992798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.49915200006217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.11478099995293,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 55.99860400008038,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 0.4402059999993071,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 62.80058999999892,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 58.98673400003463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 57.63675300008617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 57.863211999996565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 56.964136000024155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 58.519077000091784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 57.737770000007,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 57.9513680000091,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 0.42962599999736995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.534196000080556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 60.86906799999997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 54.83572099998128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.41966599994339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 54.737437000032514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 54.60901200002991,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.787715000100434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.88612199993804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 0.8978940000524744,
"failureMessages": [
"break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.72217299998738,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.96207000000868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 55.65756700001657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 55.136447999975644,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.163652000017464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.32574899995234,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 55.736979000037536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.18232000002172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 0.43060800002422184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.04093899996951,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.770229000016116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.4543479999993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.19265700003598,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.82076000003144,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.71044299995992,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.33675999997649,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.97102099994663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.4975940000731498,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.685687999939546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.00548799999524,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.846221000072546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.18409800005611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.93946800008416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.52820500009693,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.737627000082284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 55.95453999994788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 0.43310200003907084,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 59.3033900000155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.032527999952435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.139972000033595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 55.57862300006673,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.023871000041254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 55.6900649999734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.54302400001325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.76384799997322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 0.46252800000365824,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 57.00835499993991,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 55.97603799996432,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.53699399996549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 55.554178999969736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 55.928249999997206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.18407299998216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.37644999998156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 55.36698999989312,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 0.43066800001543015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.669654999976046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.53374400001485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.46683900000062,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 54.690162000013515,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 54.652968999929726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.16159700008575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.350573000032455,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.1165350000374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 0.5533270000014454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 58.00910300004762,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.16233699989971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 55.55460299993865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.143902000039816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.40224500000477,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 56.18511500000022,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 56.69254900002852,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 56.780927999992855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 0.422361999982968,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.46773100004066,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.79906099999789,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 54.849786999984644,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.38793099997565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 54.39873799995985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 54.729578000027686,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 56.30438500002492,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.26709700003266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 0.682820999994874,
"failureMessages": [
"empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 75.66962599998806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.67033500003163,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.58825800009072,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 55.895069999969564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.92412400001194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.91355699999258,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 57.09797100001015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.264480000012554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 0.6195020000450313,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.73366899997927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.25023800006602,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.40311199997086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.21773299993947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.20201100001577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 58.03532900009304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.28731000004336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.82263199996669,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.6695660001132637,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.124402999994345,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.120311000035144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 56.71709000004921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 56.320136999944225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 56.09407300001476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.864854000043124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.45568000001367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.41845200001262,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 0.4862620000494644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.66449899994768,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.28247899992857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 54.878419000073336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 54.6250220000511,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.46353299997281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.471773000084795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.47017600003164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 56.02700200001709,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.4371400000527501,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 71.7984240000369,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 69.95997099997476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.64551400009077,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.900316999992356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.47624899994116,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 62.107909000013024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 64.81309800001327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.8843910000287,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.46424100000876933,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 63.51832300005481,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.292357000056654,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.804569000029005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.27794900001027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.38872100005392,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.0115639999276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.40978099999484,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.061097000027075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 0.502582999994047,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 60.765758000081405,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 58.592914999928325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.36653399991337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 56.592103000031784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.36085100006312,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.53798599995207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.93012500007171,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.60222600004636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 0.5701589999953285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 78.67437000002246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 66.70813899999484,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 61.76020899997093,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 63.187356999958865,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 60.801536999992095,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 62.00772999995388,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 61.65370599995367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.99650200002361,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 0.7355899999383837,
"failureMessages": [
"jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.928922999999486,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.83189299993683,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.95447500003502,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.17012499994598,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.76448899996467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.116905999951996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.601680999970995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.79096299991943,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 0.8030659999931231,
"failureMessages": [
"jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.130465000052936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 59.626135000027716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 55.8795800000662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 56.35582199995406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 56.53446499991696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.0258540000068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.91675600002054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.12915299995802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 0.49418699997477233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 63.15711500006728,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 59.049662000034004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.29378900001757,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.03107399994042,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.133596000028774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.41475499991793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.69799400004558,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.85368900001049,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.5504430000437424,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 65.52137400000356,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 75.07380899996497,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.40830000001006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.250937000033446,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.445799999986775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.8722420000704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.18022199999541,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.45984300004784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 0.6626629999373108,
"failureMessages": [
"last-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 74.89231300004758,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 63.21981199993752,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.87770700000692,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 56.531347000040114,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.125466000055894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.410419999971054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.36493000003975,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.60736000002362,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 0.43107799999415874,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.26351399999112,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.03457000001799,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.74723699991591,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.97051300003659,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 54.66997100005392,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.48461899999529,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.64742099994328,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.368668999988586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 0.42718100000638515,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 54.96873299998697,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.88981299998704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.150792000000365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 58.73395300004631,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.50500699994154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 54.91228599997703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.15994799998589,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.49122000008356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 0.7233570000389591,
"failureMessages": [
"multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.32518499996513,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.79791599989403,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 56.977732000057586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 56.672592999995686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 56.56124299997464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 57.92354600003455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.340737999998964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.19685900001787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 0.43919399997685105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.02754799998365,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.152666999958456,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.82294800004456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.50880800001323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.11530099995434,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.51855199993588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.0391950000776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.40802500001155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 0.42630000005010515,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.213967000017874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.436902999994345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 55.73422099999152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.7717329999432,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 55.927504000021145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.34201899997424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.46961600007489,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 55.869249999988824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 0.873297999962233,
"failureMessages": [
"return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 65.9867170000216,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.3943460000446,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 62.09845599997789,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 60.997883999953046,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 60.007477000006475,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 61.46681000001263,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 61.1636100000469,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 62.065825999947265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 0.45732799998950213,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.69405199994799,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 54.99516000004951,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 68.14691499993205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.88221099996008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.411652000038885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.58096900000237,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 54.82212500006426,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.25438200007193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.6125889999093488,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.76906299998518,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.045409000013024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 56.60561400000006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 56.54308899992611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 56.669466000050306,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.10490799997933,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.37002000003122,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.51676100003533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 0.6317249999847263,
"failureMessages": [
"tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.60075500002131,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.66592099994887,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.74721100006718,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.24352200003341,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.387733999988995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.429699999978766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.522590000065975,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.25305599998683,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 0.41475800005719066,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 55.71125099994242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.33533899998292,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 55.03474799997639,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 55.34629500005394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 55.01098300004378,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.55501299991738,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 55.920375999994576,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 58.87047700001858,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 0.7198899999493733,
"failureMessages": [
"trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.51166399999056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.533798999967985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.475436999928206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.194284999975935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.07530799997039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.26035100000445,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 56.80187399999704,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.20730999996886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 0.6758879999397323,
"failureMessages": [
"trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 54.694134999997914,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 54.63245999999344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.40650200005621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 54.64204999990761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 54.96166600007564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.574076999910176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.38877399999183,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.25895099993795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.45977199997287244,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.52267099998426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.68836599995848,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.302926999982446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.592110999976285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.011132000014186,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.648107999935746,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 54.909681000048295,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.591654999996535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6535959999309853,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.091327999951318,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.0047499999636784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9510139999911189,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8122330000624061,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.009243999957107,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.33120300003793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 56.522240999969654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 56.77153399994131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 0.5122010000050068,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.95161700004246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.64002900000196,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 62.74364100000821,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 58.31113600009121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 57.50718000007328,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 58.61456100002397,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 59.443896999931894,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 59.64810199989006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 0.46909000002779067,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.6120289999526,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.44519900006708,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.354170999955386,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 55.56226899998728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.74669099994935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.09882499999367,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.18471699999645,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.12643399997614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.6528549999929965,
"failureMessages": [
"snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.507800000021234,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.387053000042215,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.828548999968916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.48137399996631,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.84657900000457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.363648000056855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.00024199998006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.76494200003799,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.6378760000225157,
"failureMessages": [
"snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.93341100006364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.95832400000654,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.55128399992827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.08356900000945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.09182799991686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.701020000036806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.344933999935165,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.96658699994441,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 0.45910099998582155,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 58.17929100000765,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.70278000005055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 55.73846899997443,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 79.38420400000177,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.36898699996527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.06878400000278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.50318800006062,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.2583609999856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 0.48592100001405925,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.508019000058994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.69029500009492,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.19748500001151,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.1974919999484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.454223999986425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 55.766877000103705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.67493099998683,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 55.84114000003319,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 0.4160299999639392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.6908650000114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.26814000005834,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.378873000037856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.50604000000749,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.08624199999031,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.291240000049584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.029497999930754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.70706299995072,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 0.4395240000449121,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.69475299993064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 62.50735500000883,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.126091000041924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.07958200003486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.334844000055455,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 59.60668799991254,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.658427000045776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 58.48685599991586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 0.4671460000099614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.3951310000848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.4423769999994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 55.99210499995388,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.17516500002239,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 55.35208700003568,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 55.99273900000844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 55.885895000072196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 55.745709999930114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 0.4218619999010116,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.69964399992023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.39748399995733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.197420999989845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 60.58393800002523,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.17500699998345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.10324800002854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.48427499993704,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.794172000023536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 0.4947880000108853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.958336000097916,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.54152800003067,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.30366800003685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 57.60775099997409,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 56.38849499996286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.82112199999392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 67.68278300005477,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 58.40531800000463,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 0.4352570000337437,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.887451000045985,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 57.834994000033475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 54.612377000041306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.138701000018045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.50861700007226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 54.89655199996196,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.61440199997742,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 54.907823000103235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 0.652765000006184,
"failureMessages": [
"break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 57.68968400009908,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.20896800002083,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.27830999996513,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.254927999922074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.65248200006317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.36970999999903,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 59.48043300001882,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 55.08306899992749,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 0.42131000000517815,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 59.47861200000625,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 56.450395000050776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.94212499994319,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 56.81409699993674,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 56.518496999982744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 56.6827780000167,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 56.36199600005057,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 56.67947799991816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.4657339999685064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.74438599997666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.29112599999644,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.59756899997592,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 55.54185999999754,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 55.537132999976166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 55.436012999969535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 55.91796500002965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 56.26954000000842,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 0.4254979999968782,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.50280000001658,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.8136340000201,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.62354599998798,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 55.99126699997578,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 55.88906700001098,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.39433400006965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.59431999991648,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.17379600007553,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 0.4935449999757111,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.818633000017144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.36645700002555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.32648300006986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 67.1285429999698,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.163061000057496,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.92619199992623,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.00691100000404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.6269420000026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 0.49512899992987514,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.79678800003603,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.219460000051185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.090805000043474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 54.73332500003744,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.055466999998316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.28244400001131,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 54.66404900001362,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.161548000061885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 0.4585490000899881,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.94777199998498,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.668860999983735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.03514799999539,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.392483000061475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 55.691064000013284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.54608899995219,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.30870200006757,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.74514200002886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 0.46122499997727573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.51838799996767,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.85346999997273,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.234648999990895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.28534399997443,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.12821300001815,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.774938000016846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.254816000000574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 57.04734599997755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 0.6896939999423921,
"failureMessages": [
"empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.53244900004938,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.61599999992177,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.53790000011213,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.252225999953225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 55.92501100001391,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.95831200003158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.298024000017904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 55.729607000015676,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 0.4310579999582842,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.33698399993591,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.582410000031814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.4451649999246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.02654600003734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.198812999995425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.66234799998347,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.00965099991299,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.265177999972366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 0.672802000073716,
"failureMessages": [
"export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.98199199989904,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.069807000108995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.14128400001209,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.95650400000159,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.82031400001142,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.039009000058286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.659375999937765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.54052500007674,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 0.42027799994684756,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.55538000003435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.79924800002482,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.508903999929316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.05201600003056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.29629999992903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.47561700001825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.43344799999613,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.63914600003045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 0.4431110000004992,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 74.61044600000605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 63.80370699998457,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 59.715820999932475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 58.947932000039145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 59.49089599994477,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 60.058528000023216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 61.07337500003632,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 61.71855800005142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 0.44900200003758073,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 64.11086700006854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 57.80557399999816,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 56.80140300001949,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 57.17802099999972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 56.98635799996555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 57.38916799996514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 57.80855199997313,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 57.90901900001336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 0.5023619999410585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.52696299995296,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.55686000001151,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 57.13208799995482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 56.39841400005389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.106107999919914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 57.702443000045605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.269415999995545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.090663000009954,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 0.5353330000070855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 67.80958100000862,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 64.65229700005148,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 60.30247900006361,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 72.87871199997608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 59.637128000031225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 60.87223099998664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 60.7830959999701,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 61.49775600002613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 0.7788009999785572,
"failureMessages": [
"jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.85719299991615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.225705999997444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.23695900000166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.38781200000085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.05847599997651,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.61882500001229,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.076097000041045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 55.85833800002001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 0.6582120000384748,
"failureMessages": [
"jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.49524099996779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.06742400000803,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 56.838330000056885,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 56.34889200003818,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 57.35865800001193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 56.74667199992109,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 56.61240300000645,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 56.62069299991708,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 0.43782999995164573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.1427670000121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.25127399992198,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.11242699995637,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.45999100001063,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 56.82282200001646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 57.751841000048444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 57.6959720000159,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 57.97644599992782,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 0.5081420000642538,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 64.69446899998002,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 61.60335099999793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.22331699996721,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 59.94697799999267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 58.85889299993869,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.27630099991802,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.74122600001283,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.33505899994634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 0.6739219999872148,
"failureMessages": [
"last-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.125377999967895,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.14503700006753,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 56.89049599994905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 56.74860899988562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 56.85803899995517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 56.924942999961786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 57.31902799999807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 57.623047999921255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 0.422069999971427,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 56.62031499994919,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 56.09792500000913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.689204999944195,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.53391700005159,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.12244499998633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.79289099993184,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.08533900009934,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 55.54660599993076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 0.432139000040479,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.63116600003559,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.7175190000562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 54.48032299999613,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.41896099993028,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.03765700000804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.28833500004839,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.5510629999917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.26464800001122,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 0.715258999960497,
"failureMessages": [
"multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 60.19911199994385,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.57449100003578,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 56.54417500004638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 57.015500999987125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.53943999996409,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 56.889301000046544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.626598999951966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.06420500006061,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 0.4353670000564307,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.622374999918975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 58.429680999950506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.1888490000274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 55.17398600000888,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 55.639468999928795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 55.946711999946274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.04204299999401,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.06605399993714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 0.5182720000157133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.14086699998006,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.98711099999491,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.187057000002824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.1984400000656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.00123299995903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 55.74389699997846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.24180299998261,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.0774949999759,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 0.8718850000295788,
"failureMessages": [
"return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 70.68528299999889,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.01409599999897,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.13146200007759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.70062100002542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 60.141494999988936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.27952199999709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.53967399999965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.34794200002216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 0.4512770000146702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 55.803225000039674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.03064799995627,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 55.6785239999881,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 55.42478600004688,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 55.21847799990792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 54.91982700000517,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 55.778708999976516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 55.48382299998775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 0.4369290000759065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.255438999971375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 57.68883299990557,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.259525000001304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 56.54205299995374,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 56.61002699995879,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.38457999995444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 56.802788999979384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 56.74157800001558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 0.6109859999269247,
"failureMessages": [
"tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 55.898765000049025,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.37701499997638,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 55.46247700008098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 55.88627099990845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 64.72652000002563,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 66.51000199990813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 58.05063099996187,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.84404200001154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 0.4232739999424666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.68988600000739,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.31094200001098,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.66776400001254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.93219900003169,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.46585600008257,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.82781499996781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.85310400009621,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.088282999931835,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 0.6883920000400394,
"failureMessages": [
"trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.69106300000567,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.83265300001949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.66225900000427,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.475809999974445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.51048299996182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.31156900001224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.99215299997013,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.64727400010452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 0.7053930000402033,
"failureMessages": [
"trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 54.80039700004272,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.65521700005047,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 54.83356099994853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.5687260000268,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 78.30606199998874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.21852100000251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.597985000000335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.30089600000065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 0.47906799998600036,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.301628999994136,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.96200800000224,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.59799599996768,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.697826999938115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.79425499995705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.787844999926165,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.0966110000154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.932686000014655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.6712889999616891,
"failureMessages": [
"tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 2.9729850000003353,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.642790999962017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.0105550000444055,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.816692000022158,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.9097060000058264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 57.50806899997406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 56.788922999985516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 56.92645199992694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 0.44902199995703995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 61.18917999998666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.18260499997996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 59.3086150001036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 59.723631000029854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 58.67383300000802,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.78360399999656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 59.329045000020415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 61.038794000050984,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 0.4249159999890253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.138826000038534,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.054113000049256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.364973999909125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.41905099991709,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.576164999976754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.14983799995389,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.824022999964654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.68079899996519,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.5937440000707284,
"failureMessages": [
"snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.08181499992497,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.80265299999155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.67731999990065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.39422200003173,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.69711099995766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.55837300000712,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.17345399991609,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.81975499994587,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.594543999992311,
"failureMessages": [
"snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.63988699996844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.926792000071146,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.6055059999926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.446195999975316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.17065700003877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.653124999953434,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.355786000029184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.65962900000159,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 168188.025745,
"end": 169319.01897800004,
"runtime": 1131,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 0.6092430000426248,
"failureMessages": [
"snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.07300800003577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 55.7709399999585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.17494900000747,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.67027899995446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 1.052534000016749,
"failureMessages": [
"snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.361498999991454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.47804900002666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 55.86184000002686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.610314999939874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 0.792786999954842,
"failureMessages": [
"snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 55.5699569999706,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 56.206083000055514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 55.791911000036635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 57.06285999994725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 0.7491849999642,
"failureMessages": [
"snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.294427999993786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 55.920985999982804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.072732000029646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.11086900008377,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 169380.27748699998,
"end": 169636.18600600003,
"runtime": 256,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.6663000000407919,
"failureMessages": [
"import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.213205000036396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.8374609999591485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.6958149999845773,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 56.20262300001923,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.6128790000220761,
"failureMessages": [
"import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.9995049999561161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.7062340000411496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.6995409999508411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 54.489063999964856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.3012399999424815,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7655960000120103,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7261120000621304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.6777310000034049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7340169999515638,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7343769998988137,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6366540000308305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6252329999115318,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.500753999920562,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7084980000508949,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 169693.955662,
"end": 170157.275622,
"runtime": 463,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7381140000652522,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0886520000640303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.8100689999992028,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7542649999959394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.2170380000025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.6217859999742359,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.1693439999362454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.765235000057146,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7084579999791458,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.76280799997039,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.6210450000362471,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.1164540000027046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7398380000377074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7141299999784678,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 55.52445600007195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.5887140000704676,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0142519999062642,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7192400000058115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7045020000077784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 55.04570599994622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 170219.035835,
"end": 170682.11277900008,
"runtime": 463,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.5887150000780821,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.062633000081405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7419819999486208,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7485040000174195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.1310119999107,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.6130899999989197,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.0232100000139326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7078069999115542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7205909999320284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.09981799998786,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.6739139999262989,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.045570999966003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7177059999667108,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.9514750000089407,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 56.98567600001115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.5946250000270084,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.012097999919206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7104330000001937,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.703529000049457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.35073000006378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 18,
"numPassingTests": 248,
"numPendingTests": 0,
"perfStats": {
"start": 170749.6691500001,
"end": 186397.05682000006,
"runtime": 15647,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 18,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.47699500003363937,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.7325219999766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.25583100004587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.29106600000523,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.13977800006978,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.081640999997035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.96842900000047,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6418739999644458,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.70769499999005,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.312103000003844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.87064300000202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.05534800002351,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.546714000054635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.45829999994021,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4910510000772774,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.93680700007826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.621351999929175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.78801199991722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.150584999937564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.34316599997692,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.603166999993846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.40785499999765307,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.56967799994163,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.24791399994865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.458286999957636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.854710999992676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.155377999995835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.01660199998878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.5153660000069067,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 105.46895599993877,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.92139000003226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 76.00843799998984,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 71.79279999993742,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 81.10150600003544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 74.87282200006302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.860874000005424,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.19092000008095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.30924299999606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.402251000050455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.21882700000424,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.150789999985136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.77204900002107,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6405810000142083,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.08090599998832,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.103917000000365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.95940199994948,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.4834559999872,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.96573499997612,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.767083999933675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.7967139999382198,
"failureMessages": [
"comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.693083000020124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.30276300001424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.31919700000435,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.94166600005701,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.34366200002842,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.75140199996531,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.2514369999989867,
"failureMessages": [
"curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.70691700000316,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 78.46460900001694,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.37910499994177,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 68.92887599999085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 73.34806700004265,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 72.93931300006807,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6360829999903217,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.34704799996689,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.253542999969795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.421979999984615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.00541700003669,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.195496000000276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.36410899995826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.42531699989922345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.32492399995681,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.67899499996565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.92880300001707,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.5556739999447,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 81.74146099993959,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.351977000012994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9696789999725297,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.32209200004581,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.336263000033796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.4541409999365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.345343000022694,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.37477500003297,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.25853200000711,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4187349999556318,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.87101499992423,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.72175100003369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.005873000016436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.40968799998518,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.343191000050865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.88750400010031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6227479999652132,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.30372600001283,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.62130200001411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.971554999938235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.13946600002237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.02158199995756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.08447999996133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.42276300000958145,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.685945000033826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.114234999986365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.58914000005461,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.361385000054725,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.40988799999468,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.06351000000723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4431610000319779,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.47316199995112,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.66323199996259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.04596200003289,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.636276999954134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.157412999891676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.43330299993977,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.42421600001398474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.97852999996394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.61330799991265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.39924499997869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.36549200001173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.90256900002714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.990592999965884,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.41865499992854893,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.43014299997594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.11021400010213,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.339119000011124,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.64496899989899,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.57757199998014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.056711000041105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6956850000424311,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 2.423623999929987,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.028639999916777,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9067000000504777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.8925530000124127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.84398699994199,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 71.11333099997137,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4174929999280721,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.200479999999516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.11134000006132,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.83511099999305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.433612999971956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.88107000000309,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.00057699996978,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7467699999688193,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.35764900001232,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.858912999974564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.280624000006355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.38182999996934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.38988200004678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.7133310000645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.49346500006504357,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.52457999996841,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.019650000031106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.17936700000428,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.467899000039324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.22967000002973,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.976511999964714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.45000399998389184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.52707399998326,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.18768299999647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.71820000000298,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.98351300007198,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.78181700001005,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.18382799997926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5456530000083148,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.61439500004053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.85618500004057,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.48644100001547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.31049099995289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.19600300001912,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.67468200006988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.678050999995321,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.663307000068016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.587618000106886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.59152500005439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.21542500006035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.14481900003739,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.58461499994155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6242400000337511,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.00428999995347,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.50100199994631,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.18956200010143,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.17198800004553,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.548508000094444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.52796799992211,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9157480000285432,
"failureMessages": [
"comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.23027399997227,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.100783000001684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.78215700003784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.869703999953344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.763353000045754,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.25304199999664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.0796650000847876,
"failureMessages": [
"curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 78.55843299999833,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 74.24069699994288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.14436100004241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.46160599996801,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.29186200001277,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.45650600001682,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7466100000310689,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.04564699996263,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.489948000060394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.991559999994934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.39454999996815,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.79463100002613,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.29242499999236,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.457719000056386,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.79724200000055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.13275500002783,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.654945000074804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.4198140000226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.924167000106536,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.682128999964334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9475269999820739,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.4844780000858,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.27005499997176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.32698599994183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.70179399999324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.93568700004835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.46133499999996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4811830000253394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.81057099997997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.17603800003417,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.73893999995198,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.77327800006606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.00015999993775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.57078900001943,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6217760000145063,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.797052999958396,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.711226999992505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.33634199993685,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.48168900003657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.411281000007875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.533868000027724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4104700000025332,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.95544599997811,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.41849099996034,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.87478800001554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.61667600006331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.565268999896944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.22925099998247,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4220119999954477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.60451400000602,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.832767999963835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.67497100005858,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.08482099999674,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.378465999965556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.4367079999065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.41269399994052947,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.86757099989336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.68599700008053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.91438199998811,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.360181999974884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.92873799998779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.17158099997323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.41107100003864616,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.29448899999261,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.6365559999831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.450935999979265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.32754699990619,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.19946400006302,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.22332999994978,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6495780000695959,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.776772000011988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.0112769999541342,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8906599999172613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8924729999853298,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.76171399990562,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.032708000042476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 186482.79760300007,
"end": 190525.06620300002,
"runtime": 4042,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6455200000200421,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.99495000008028,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.76305099995807,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.80349700001534,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.549216000013985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.399086999939755,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.321094000013545,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.49174199998378754,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.57669100002386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.841049000038765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.04364299995359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.43485299998429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.85912300006021,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.78594500001054,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.497112000011839,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.55682399997022,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 1.6324810000369325,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.9120709999697283,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 55.37216999998782,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.03201099997386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.42379000002984,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4527190000517294,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.31388000003062,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.36723299999721,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.91231899999548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.62984199996572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.86073299997952,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.58834400004707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4558149999938905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 104.76973800000269,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.00177400000393,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 69.74248399992939,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.0972260000417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 71.64605900004972,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.7707699999446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6144130000611767,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.84218400006648,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.12883800000418,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.92014699999709,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.71827000007033,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.88257099990733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.59575300000142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4201990000437945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.69936600001529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.53492200002074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.639649000018835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.217831999994814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.1735869999975,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.35513500007801,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4245159999700263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.511778999934904,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.2970829999540001,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.8261400000192225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.16129700001329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.266048999968916,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.11924299993552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4106700000120327,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.04078300006222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.36279399995692,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.76916600007098,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 55.78363800002262,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.63210800010711,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.52392399997916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4550230000168085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 75.05650800000876,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.35204899997916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 72.32010999997146,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.22355600004084,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 70.79649500001688,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 69.89638099994045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 92,
"numPendingTests": 0,
"perfStats": {
"start": 190594.104971,
"end": 196518.15119200002,
"runtime": 5924,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4384919999865815,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.58442800003104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.6372749999864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.657993999891914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.159623000072315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4498740000417456,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.361513999989256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.212107000057586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 56.96395099989604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.7059630000731,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.9737159999785945,
"failureMessages": [
"objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 62.22539499995764,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 62.50313199998345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 65.77034799999092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 64.49796399998013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.5191730000078678,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 56.6506399998907,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.02130800008308,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.02205699996557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.599984000087716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4791589999804273,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.47012499999255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.00357599998824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 56.327976000029594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 56.78960999997798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.4605939999455586,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.812877999967895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.29694599995855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.6756559999194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.96576399996411,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.43140899995341897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.88119099999312,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.10038800002076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.55277299997397,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.97396299999673,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.7473620000528172,
"failureMessages": [
"objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 65.54261000000406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 64.70401599991601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.07103599992115,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 65.46792099997401,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.5235120001016185,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.24050300009549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.952860999968834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.83133300009649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.95466199994553,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.418015000061132,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 56.67956299998332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.24720600002911,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.056380000081845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.610027000075206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.7477629999630153,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 62.23921899998095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.79487700003665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.9927580000367,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.96827999991365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4262200000230223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.685086000012234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.880655999993905,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.520402999944054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.94977900001686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.8982049999758601,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 64.69272400008049,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 64.74146799999289,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 63.3623249999946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 62.68450099998154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4290840000612661,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.91894199990202,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.62154099997133,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.60330499999691,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.810224000015296,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6058559999801219,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.08512300008442,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 56.59920499997679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.208546000067145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.58719500002917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.6159249999327585,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.62617699999828,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 68.14803899999242,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.4245360000059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.62618200003635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.423833999899216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.118492999929,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.69637400005013,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.88950700010173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.282633999944665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.8443430000916123,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 63.67177300003823,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 63.069077000021935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 65.03107500006445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 65.19617100001778,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.4240350000327453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.47611599997617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 56.66325500002131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 56.97343699994963,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.883926999988034,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.5987730000633746,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.173654999933206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.20391499996185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 56.650789999985136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 57.31261000002269,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 196599.06097400002,
"end": 199929.18991800002,
"runtime": 3330,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.44526499998755753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 68.81542999995872,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.73724499996752,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.0861300000688,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 68.06503399997018,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.44563400000334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.85273100004997,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.51777200005017,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.39403700002003,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4163900000276044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.3775490000844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.87736899999436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.588461000006646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.52040399995167,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.451893999939784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.79793600004632,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.08782200003043,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.897228999994695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4487310000695288,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 72.58189299993683,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.82748400000855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.76635499997064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.52887599996757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.778170999954455,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.224528999999166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.22333900001831,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.90430599998217,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4269300000742078,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.14292500005104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.32309000007808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.97587099997327,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.217130000004545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.13068100006785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.03803900000639,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.88010900001973,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.84839199995622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4400049999821931,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.17539799993392,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 67.99033000005875,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.73609999998007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.42087399994489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.59974700002931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.10716499993578,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.29099100001622,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.146951999980956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4092570000793785,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.32455600006506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.966232000035234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.34183299995493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.164721000008285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.634211999946274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.10798600001726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.495034000021406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.873695000074804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 199995.08736700006,
"end": 202040.817789,
"runtime": 2046,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 0.44388199993409216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 57.33398600004148,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 57.12915699998848,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.579527999972925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.50032899994403,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.40784699993674,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 57.67932999995537,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.99898699996993,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.90894200000912,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 0.42282300000078976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.66608100000303,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.56902399996761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.243297999957576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.180623000022024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 55.66409299999941,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.79929299990181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.51988799998071,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.09236399992369,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.41112099995370954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.68639299995266,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.604332999908365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.55058299994562,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.44111100002192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.39303799998015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.245338999899104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.8051320000086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.316375999944285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.41440699994564056,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.23838400002569,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.51263100001961,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.27920999994967,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.94255899998825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.56650299998,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.32387599989306,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.77066000003833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 55.71314500004519,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 202108.62466700003,
"end": 202894.273222,
"runtime": 786,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6871289999689907,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 2.3650739999720827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.9779229999985546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.703899999964051,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.55122299992945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.8591749999905005,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.1333950000116602,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7389859999530017,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7048410000279546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 60.08620600006543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 0.43759099999442697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 56.49251799995545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 56.23246799991466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 55.867469000048004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 56.779939999920316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.9890139999333769,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.1069460000144318,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7868449999950826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.8597719999961555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.509040000033565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.680305999936536,
"failureMessages": [
"worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.2414369999896735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.8728559999726713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.7576200000476092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 58.9416650000494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 52,
"numPendingTests": 0,
"perfStats": {
"start": 202963.01578100002,
"end": 205816.67950800003,
"runtime": 2854,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 0.42868400004226714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 58.01420600002166,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.997779999976046,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.07325899996795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 56.98665900004562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 56.25723300001118,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 56.940400000079535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 56.87797699996736,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.14745499996934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 0.42504699993878603,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.72455899999477,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.84594999998808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.54510600003414,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.153095999965444,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.2292529999977,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.63772900006734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.14117700001225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.16334400000051,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 0.42197100003249943,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.41462200006936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.84678000002168,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 56.884730000048876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 56.887393000070006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.37790300010238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.333269000053406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.40512700006366,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.12331599998288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 0.6061769999796525,
"failureMessages": [
"function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 56.48616999993101,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 56.78751099994406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 56.385459000011906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.31954500009306,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 55.700084000010975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 56.0701649999246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 55.6918060000753,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 56.27660699991975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.584106000023894,
"failureMessages": [
"function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 2.0391750000417233,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 57.135828000027686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.4222470000386238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.7585129999788478,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.833022000035271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.43183599994518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.520344999968074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.53158299997449,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 0.4931750000687316,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.85928499989677,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.804461999912746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.68441700004041,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.30709300003946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.39362099999562,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.633623000001535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.418745999922976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.63978299999144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 268,
"numPendingTests": 0,
"perfStats": {
"start": 205889.43723500008,
"end": 222110.47516700008,
"runtime": 16221,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"13018.js"
],
"duration": 0.5985820000059903,
"failureMessages": [
"13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.516627999953926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.97909800009802,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.62267700000666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.36859500000719,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.18171000003349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.03417300002184,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.46106400003191,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.21032399998512,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 0.5205069999210536,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.12594500009436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.24976699997205,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.83072099997662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 56.091384000028484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.313560000038706,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.001296000089496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.394435000023805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.311451000045054,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 0.46394000004511327,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.7233380000107,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.74148900003638,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 57.212944000028074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 57.70361700002104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.26966899994295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 57.37019299995154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 57.49432800000068,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 57.71876399999019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 0.6198819999117404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 86.53917099989485,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.680271000019275,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 61.45849500002805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 61.43284199992195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 60.2979209999321,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 65.06872100010514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.21496300003491,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 61.28835100005381,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 0.44002500001806766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 70.75154399999883,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 60.41365100000985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 58.93790900008753,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 58.52168300002813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 58.48967999999877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 59.75478100008331,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.71515199996065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 73.29866099997889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 0.42956600000616163,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.62002300005406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.52513399999589,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 56.94622799998615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 56.962165000033565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 56.52799299999606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.24679300002754,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.088993999990635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.14355799998157,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4401160000124946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.934526000055484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.62148500001058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.416282999911346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.64683199999854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.1039419999579,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.37921200005803,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.96989399997983,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.35771200002637,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 0.4958399999886751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 60.93629099999089,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.83954200008884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.78091400000267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.86578599992208,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.08139800000936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.432884000008926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.240154999890365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.900038999971,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 0.5035850000567734,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 62.49224199994933,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.925171000068076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.498930000001565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.70638799993321,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.13416200003121,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.394679999910295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.13862300000619,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.33153100009076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.427151000010781,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.4052499999525,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.947474999935366,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.12659400003031,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.95673900004476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.149443999980576,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.42319699993823,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.231510999961756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.48305400006939,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.4382720000576228,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.498189000063576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.83448000007775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.18471599998884,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.07839799998328,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.977144000004046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.927523999940604,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.06424000009429,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.56460799998604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 0.4187450000317767,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.71798299998045,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.030345999985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 56.699116000090726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 56.7939100000076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.34869399992749,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.33047299995087,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.01635000004899,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.55356699996628,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 0.5075720000313595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 64.3963329999242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.31486699997913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 59.17957400006708,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 61.66099200001918,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 59.10459800006356,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 59.16437400004361,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.11368299997412,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.1117470000172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 0.43748099997173995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 69.84822099993471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.69335899990983,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 64.15962799999397,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 61.347794000059366,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 60.47983500000555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 66.88370699994266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 61.05662599997595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 61.84449499996845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 0.4344450000207871,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 86.96142900001723,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.32907300000079,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 59.383591999998316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.366683000000194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 59.70604900002945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.526616999995895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.76780999999028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.64005300006829,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 0.5663819999899715,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.96964000002481,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 62.51143299997784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 58.6283879999537,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 59.03817100008018,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.79268299997784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 58.883203999954276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 64.64608799992129,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 73.04191000002902,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 0.41788399999495596,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 76.04721200000495,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 72.46560999995563,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.84556899999734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.83321800001431,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.2786189999897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.46599499997683,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.78944500000216,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.400253999978304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 0.5511929999338463,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 65.58009800000582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.28238999994937,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 75.2457899999572,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 69.46785100002307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 60.19118600001093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.08942299999762,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 60.52334700000938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 60.274672000086866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 0.42838299996219575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 61.175875999964774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.40488099993672,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 59.47662899992429,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.16645799996331,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 59.68866200000048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 59.85449900000822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.53947800002061,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.11742000002414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 0.4875139999203384,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 136.077324999962,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 87.37932399997953,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 84.25188100000378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 79.90370499994606,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 76.98296399996616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 81.5422940000426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 80.82421499991324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 89.03413400007412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.4463270000414923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.641164000029676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.46020600001793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.76711300003808,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.56010799994692,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.65141599997878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.59703499998432,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.67552299995441,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.067444000043906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 0.49994800006970763,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 64.53933299996424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.41572799999267,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 59.91597400000319,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 59.51242699997965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.80427000008058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.00357599998824,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.283950000070035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.130154000013135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 0.43977399996947497,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.60938799998257,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.12383299996145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.24485000001732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 57.531468000030145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 57.99584600003436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.27308499999344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.35723800002597,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 57.86952700000256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 0.4275119999656454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 62.015712000080384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 60.16563699999824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.30852399999276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.46056000003591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.441860000020824,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.24537899997085,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.1777749999892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.797206999966875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 0.4829359999857843,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.3474119999446,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.593768999911845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 57.623160999966785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.0277589999605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 57.57568300003186,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.26852000004146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 57.52966300002299,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.1619499999797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 0.4351560000795871,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 58.0139790000394,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 57.79922699998133,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 76.60579900001176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 56.78668000001926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 57.697288000024855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 57.590632000006735,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 57.99737799994182,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 57.649117000051774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 0.6112959999591112,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 61.274402000010014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.39454299991485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 57.916221000021324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.361590999993496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.3855109999422,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.31369799992535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 57.902603000053205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.47075599990785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4314190000295639,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.81953500001691,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.943677999894135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.809584000031464,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.34833599999547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.77356999996118,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.12041400000453,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.65905200003181,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.97697399999015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 0.521387999993749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.60870299988892,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 57.834519000025466,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.20312100008596,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 57.621647999971174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 56.67135000007693,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 57.52773200010415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 57.27316600002814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 57.870582000003196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6463630000362173,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.780129999970086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.3388369999593124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.3651810000883415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8987760000163689,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7882690000114962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.21306400001049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 69.30897799995728,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 60.01500300003681,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 160,
"numPendingTests": 0,
"perfStats": {
"start": 222190.32270400005,
"end": 231624.20933900005,
"runtime": 9434,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 21,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5041150000179186,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.88114599999972,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.38789400004316,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.89005200006068,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.7744160000002,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.60235100006685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.75170399993658,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.74741700000595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.566746999975294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 0.4354870000388473,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.74204400007147,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.72978900000453,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.27135200006887,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 56.74225100001786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 56.60807700001169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.99735099996906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.75870500004385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 56.84405700000934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4395250000525266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.67264800006524,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.93826700001955,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 57.82007699995302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 63.52583400008734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 64.00879300001543,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.304661999922246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.67943900008686,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.692844000062905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.46924999996554106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 73.07757799990941,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.6252880000975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.52488899999298,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.22565800009761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.3547649999382,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.35002599994186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.03260099992622,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.1023409999907,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 0.44199900003150105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 72.85676200001035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 59.45743800001219,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.443069000029936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.511590000009164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.84057500003837,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.64068299997598,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.73621799994726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.45701800007373,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 0.42447600001469254,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.83400899998378,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 59.13170600007288,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.35354099993128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.25151299999561,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.368613999919035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.98248100001365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.78818900010083,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.683199999970384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.4311689999885857,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.694832000066526,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.202274000039324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.710223999922164,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.4773339999374,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.630877000046894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.954279000055976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.25013299996499,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.380498000071384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 0.9377489999169484,
"failureMessages": [
"in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 64.73861000000034,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 67.02861400006805,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 64.04262199997902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 66.30346800002735,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 60.72779300005641,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 62.514487000065856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 61.245801000040956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 63.09557899995707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 0.4611450000666082,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.011957999900915,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.32036200002767,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.115088999969885,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.96031999995466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.1853729999857,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.300702000036836,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.73251000000164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.969565999927,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 0.4619370000436902,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 80.75897500000428,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 64.04293199989479,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.37525100004859,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 63.98884100001305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 83.41694099991582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 63.811693000025116,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 63.18826399999671,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 65.66420699993614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 0.43363400001544505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 62.31779700005427,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 68.07616599998437,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 59.01978800003417,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 61.50361899996642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 60.240723000024445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 58.70884400000796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 59.1630910000531,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 58.78656299994327,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 0.4695810000412166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.110398999997415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.971060999901965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.01346899999771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.11115999997128,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.90363299997989,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.316211999976076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.78306699998211,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 56.20889200002421,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 0.45837999996729195,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.45028300001286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.40929999994114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.04817800002638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.32119299995247,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.184297000057995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.98673600004986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.86781299998984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.3606869999785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 0.4907310000853613,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 61.22725899994839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.33293900010176,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.464237999985926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 57.5347039999906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.01759300008416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.56848500005435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.393810000037774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.41336600005161,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 0.44153799989726394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.96978599997237,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.95017399999779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.22480100009125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 58.064792999997735,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 57.7429580000462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.4181020000251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.69918300001882,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.29456199996639,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4423899999819696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.09338699991349,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.05894400004763,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.98175700008869,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.66659499995876,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.84515700000338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.14166199997999,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.3778839999577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.26670100004412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.709470999892801,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.660169000038877,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4958549999864772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9721729999873787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8098989999853075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.855204000021331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.78658399998676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.99104899994563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.45449499995448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.4373500000219792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.02350800007116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.56568200001493,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 56.969846999971196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 56.97892199992202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 56.5293309999397,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.11894799990114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.24338200001512,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.47490199992899,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 156,
"numPendingTests": 0,
"perfStats": {
"start": 231704.02737500006,
"end": 241084.810452,
"runtime": 9381,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.5648499999660999,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.379000999964774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.42799200001173,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.67233800003305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.72628599999007,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.031191000016406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.32960800000001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.36579599999823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.283692999975756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 0.6813379999948665,
"failureMessages": [
"holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.789795999997295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.64375899999868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.31446899997536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.51834199996665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.79963400005363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.416142999893054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.99567199999001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.93375999992713,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 0.601518000010401,
"failureMessages": [
"issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 60.666036000009626,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 62.140224999981,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.08682399999816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.52370300004259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.305570999975316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 60.188198999967426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.04238599992823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.880552000016905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 0.4943269999930635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.92660699994303,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.412173000047915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.526684000040404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 58.20902199996635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.64321500004735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.96680300007574,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.11697600001935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.89163000008557,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.45114600006490946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 74.5960549999727,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.27715399989393,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.0356829999946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.27148500003386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.298075000057,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.6623799999943,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.76853600004688,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.20746200007852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 0.5729349999455735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.93273300002329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.159961999976076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.49735899991356,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 60.88352700008545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 59.48138100001961,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.61061700002756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 63.07335300010163,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.47843100002501,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 0.459021000075154,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 64.52799299999606,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.86816899990663,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 59.27632900001481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.405095999944024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 58.10379500000272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 58.86519100004807,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.09575600002427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 58.87688699993305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 0.43607799999881536,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.82408699998632,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.941365999984555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 57.94511600001715,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 58.67812199995387,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 58.69736799993552,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.956990999984555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.77561299991794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 58.80575100006536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 0.6550989999668673,
"failureMessages": [
"numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.51126500009559,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.08728799992241,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.7721850000089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.06798300007358,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.45827299996745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 59.401247999980114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.351555999950506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.90374899993185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 0.4220319999149069,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.53113300004043,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.64951699995436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.5014159999555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 56.901218999992125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.47187699994538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.13745599996764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.563507999992,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.72827800002415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 0.6660480001010001,
"failureMessages": [
"numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.040789999999106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.56647700001486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.96547699999064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.90446499991231,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.45799700007774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.8210680000484,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.695782999973744,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.02141000004485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 0.5065799999283627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.98344300000463,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.80556400003843,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.20561300008558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.304807999986224,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.99103799997829,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.49911700002849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.92607899999712,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.03368699993007,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 0.839843999943696,
"failureMessages": [
"numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 60.17469000001438,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 57.854068999993615,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.20151399995666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 57.7208920000121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.34103499993216,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.94012200005818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 61.63275400002021,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.695771999889985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 0.43752999999560416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 74.71136099996511,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.9059319999069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 58.80130499997176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.06501300004311,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.144129000022076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.34082300006412,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.25272400001995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 61.5630189999938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 0.45087500009685755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.16547799995169,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.36118100001477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.09852299990598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 57.811722000013106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 57.88322900002822,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.14281099999789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 57.89715900004376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.0897770000156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 0.4319499999983236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 64.37316300009843,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.71292600000743,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.466732000000775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 60.53896799997892,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 60.48005699994974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.7279410000192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.21602900000289,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.90766799997073,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 0.4530390000436455,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.281774000031874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 61.455577999935485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.175179999903776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 58.91642599995248,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 57.95400399994105,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.447667000000365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.775311000063084,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.01292100001592,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.651460999972187,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.039308000006713,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.374796999967657,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9362050000345334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8233839999884367,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8698500000173226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.878429000033066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.84766299999319,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.28099699993618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 241190.114513,
"end": 242518.85344700003,
"runtime": 1329,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"complex.js"
],
"duration": 0.5632860000478104,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 63.1492820000276,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.72096299997065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 58.42505199997686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 58.1804430000484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 58.66163200000301,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.343671999988146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.523951999959536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.49495500000194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 0.5398920000297949,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 66.09357300004922,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 62.2652240000898,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.42648200003896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.05831600003876,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 60.08909400005359,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 59.85993000003509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 62.31378099997528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 60.086352000012994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6190899999346584,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.9878059999318793,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.746754000079818,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.86067299998831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7678589998977259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7841699999989942,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.16733500000555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.63504299998749,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.160273999907076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 162,
"numPendingTests": 0,
"perfStats": {
"start": 242598.70587000006,
"end": 252141.11658700008,
"runtime": 9542,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4251370000420138,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.16947700001765,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.044051000033505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.89499999990221,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.47177000006195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.574705999926664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.24264900002163,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.771488000056706,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.59051000000909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.44252000004053116,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 70.18387700000312,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.31914399995003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.668341999989934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.379536999971606,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.828777999966405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.012065000017174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.6921910000965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.46964599995408,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4219119999324903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.33334200002719,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.50277100002859,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.033943000016734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.53204099996947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.51975300000049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.97358700004406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.6063210000284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.0286929999711,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4293060000054538,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.8265980000142,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.34697700000834,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.254594999947585,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.415326999966055,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.23556399997324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.87494000000879,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.923820000025444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.18164800002705,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4194960000459105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.32769800000824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.925829000072554,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.78507600002922,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.58510800008662,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.63145500002429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.362550000078045,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.649448000011034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.74987699999474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.449663000064902,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.39479199994821,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.423002000083216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.83064800000284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.561891999910586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.31917500006966,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.35768400004599,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.69726799998898,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.9380929999752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42946500005200505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.458119999966584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.11114199995063,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.06457499996759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.7636679999996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.71546499989927,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.89207900001202,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.49915399996098,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.25885099999141,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4235740000149235,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.760326000046916,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.10098900005687,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.1602070000954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.10998099995777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.819642000016756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.83675699995365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.02072999998927,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.051657999982126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4384830000344664,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.963557000039145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.23523600003682,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.463199999998324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.81246499996632,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.09855699993204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.70959700003732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.274749999982305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.09071799996309,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42355399997904897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.85524699999951,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.01229299989063,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.19738699996378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.528330000001006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.015100999968126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.88553199998569,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.26248800009489,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.596315999981016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4388739999849349,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.077791999909095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.73157699999865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.840682000038214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.88448999996763,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.496864999993704,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.28193499997724,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.4728199999081,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.52319500001613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.44760900002438575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.30791800003499,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.197090000030585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.91476300009526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.23457100009546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.81059899996035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.473583000013605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.99207300005946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.98624500003643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.43799100001342595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.62863399996422,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.83149500004947,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.354532000026666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.58918899996206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.08872700005304,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.620666999951936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.2734669999918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.01885999995284,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.49106100003700703,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.01304899994284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.321820999961346,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.63334699999541,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.09964100003708,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.56978399993386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.2520689999219,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.0848620000761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.790838000015356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.465883000055328,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.73277900007088,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.08460100006778,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.805970999994315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.01044500002172,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.24068099993747,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.094672000035644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.05590100004338,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.593047000002116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4497239999473095,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.053452999913134,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.765635999967344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.60660199995618,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.55700299993623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.10053199995309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.58721699996386,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.90595599997323,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.53988100006245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.435317000024952,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.57652899995446,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.55073900008574,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.99737100000493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.32956199999899,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.36849700007588,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.14026200002991,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.83797200000845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.9196219999576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.442801000084728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.17507300002035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.72031699994113,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.82464400003664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.731578000006266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.506813999963924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.08486000006087,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.30432899994776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.0484900000738,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 71,
"numPendingTests": 0,
"perfStats": {
"start": 252220.07603600004,
"end": 256106.6539530001,
"runtime": 3887,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 0.45629500003997236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 1.5248999999603257,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 59.692456000018865,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.47641999996267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.478378999978304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.1380529999733,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.91695899993647,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.86822799989022,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.80433700000867,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 0.5085139999864623,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.262366999988444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.86102400009986,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.619824000052176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.020627000019886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.17411699995864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.88078399992082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.000852999975905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.99064700002782,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.41866500000469387,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.42861800000537,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.04369399999268,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 57.25600299995858,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 57.54257900000084,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.90966500004288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.10468799993396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.189667999977246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 57.954564999905415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.8931349999038503,
"failureMessages": [
"expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 2.540413999930024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 5.515342999948189,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.3509540000231937,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.2258480000309646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.8760829999810085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 59.877550999983214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 59.63794299995061,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 59.592084000003524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 0.42874400003347546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.52812899998389,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.87206600001082,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.43799200002104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 57.45129600004293,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 57.739015999948606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.08817099989392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 57.98465400002897,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 57.56766900001094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.4204979999922216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.56483599997591,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.425246999948286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 56.98909399996046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.21493100002408,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.75972900004126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.48326100001577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.02027800003998,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.137347000068985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.4860610000323504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.72969900001772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.92846700001974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.62794099992607,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 57.805191999999806,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.25445699994452,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 57.99022599996533,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.33620399993379,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.582842999952845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 0.447059000027366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.38613100000657,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 62.1165279999841,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.823445999994874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.46878500003368,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.47839099995326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.156600000103936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.61981800000649,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.39981299999636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 20,
"numPendingTests": 0,
"perfStats": {
"start": 256204.84961500007,
"end": 257274.96722800005,
"runtime": 1070,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.5646989999804646,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 74.07070899999235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.104180000023916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.638549999915995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.830531999934465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.93528700002935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.64335699996445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.4475790000287816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 64.39256000006571,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.539323000004515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.72345299995504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.92358599998988,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.654489999986254,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.404562999960035,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7749930000863969,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 8.388261000043713,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.11180999991484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.1070509999990463,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.474404999986291,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 64.19239600002766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 60.92301700008102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 30,
"numPendingTests": 0,
"perfStats": {
"start": 257353.08918100002,
"end": 258786.99130600004,
"runtime": 1434,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.4165519999805838,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.1543240000028163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.919895000057295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.0757480000611395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 57.10879399999976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 0.46580400003585964,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 61.89748099993449,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 60.366200000047684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 59.82393099996261,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 61.95278999989387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 0.5171000000555068,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 56.52983300003689,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 56.56609600002412,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 56.68979400000535,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 56.601813999935985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.7242879999103025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.5691329999826849,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.0757869998924434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.095623999950476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 56.78853500005789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 0.402163999970071,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 60.191592999966815,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 61.034187000012025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 59.86705699993763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 61.22501299995929,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 0.45177699998021126,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 56.92261500004679,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 57.27224500000011,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 56.28074800001923,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 56.99088099994697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 103,
"numPendingTests": 0,
"perfStats": {
"start": 258870.49206900003,
"end": 264818.2899150001,
"runtime": 5948,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 0.6215050000464544,
"failureMessages": [
"blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.39913599996362,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.54822599992622,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.383840000024065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.631955999997444,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.1558270000387,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.50381300004665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.72267499996815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.829568000044674,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 0.44937300006859004,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.84965800005011,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.96512900001835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.05569700000342,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.706940999953076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.12424599996302,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.81940899998881,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.58108800009359,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.88556199998129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.47663399996235967,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.48741900001187,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.49174199998379,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.296306999982335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.025330000091344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.26902100001462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.17637100000866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.735056000063196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.21180900000036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 0.41933699999935925,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.37044299999252,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 56.94038799998816,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 56.332598999957554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 56.51743499992881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 56.12394399999175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 56.410152000025846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 55.87612399994396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 56.307051000068896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4116220000432804,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.494303000043146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.058330999920145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.042109000030905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.81544400006533,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.37434099998791,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.22854699997697,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.90575999999419,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.10120199993253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.42655999993439764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 56.107026000041515,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 56.52756199997384,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 1.3546909999568015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.8125430000945926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 55.96500800002832,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 56.171497999923304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 56.6635210000677,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 56.657517999992706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 0.6425549999112263,
"failureMessages": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 57.86978300008923,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.109271000023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 57.77361900010146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 56.853890000027604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 56.85090800002217,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 57.98357899999246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 57.2955409999704,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 56.73015099996701,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 0.6143020000308752,
"failureMessages": [
"bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.26285499997903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 57.797645000042394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 57.220985000021756,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 56.66764100000728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 57.580010000034235,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.65150099992752,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.502281000022776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.380202000029385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.4743789999047294,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 55.93871899996884,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.73224200005643,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.187214000034146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 55.36963199998718,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 55.981510999961756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.686856999993324,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.13780700007919,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.0666729999939,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 0.5902360000181943,
"failureMessages": [
"same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.86026700004004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.70172100001946,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.16813699994236,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.82562800007872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.391839000047185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.498030000017025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.183878999901935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.44498799997382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 0.4914219999918714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 56.39273500000127,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.03645800007507,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 56.568288000067696,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 56.71029100008309,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 56.35187000001315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.202407000004314,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.1411439999938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 56.452802999992855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.6064270000206307,
"failureMessages": [
"undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 55.46743499999866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 55.862994000082836,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 1.0823800000362098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.7350889999652281,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.129595000064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.27679000003263,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 55.46558000007644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.16967700002715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 264911.238885,
"end": 267179.17399300006,
"runtime": 2268,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 0.44880200002808124,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.81254600000102,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 55.6907460000366,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.87626499996986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 55.54141999990679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.878583999932744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.146573000005446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.04543900000863,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 55.707060000044294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 0.46823800005950034,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.26833899994381,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.19147099996917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.59107900003437,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 55.95735899999272,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 55.99689299997408,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.13268300006166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 55.73925500002224,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.09413399989717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.44594700005836785,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.05592399998568,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.10186500009149,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.4811379999155179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7350280000828207,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7914039999013767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.05684299999848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.37062499998137,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 55.93261200003326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.41687200008891523,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.287805999978445,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.808274999959394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.89587800006848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.73689200007357,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.53002199996263,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.71923200006131,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.17008299997542,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 55.8576630000025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 0.4193560000276193,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.196083000046201,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.255390999955125,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 55.51699300005566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.65751399996225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.0289000000339001,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.05932100000791,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.004777999944054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.218418000033125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 14,
"numPassingTests": 66,
"numPendingTests": 0,
"perfStats": {
"start": 267268.627051,
"end": 271854.682502,
"runtime": 4586,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 14,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.4711230000248179,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.211630999925546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.175569000071846,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 65.71261199994478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 59.96754400001373,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 1.2488529999973252,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.29082900006324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.68284899997525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.58546600001864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.534737000009045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.8430010000010952,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.83550100005232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.84101199998986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.51061700005084,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.049445000011474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.7741720000049099,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.29237899999134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.808359999908134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.66351199999917,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.89888100000098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.5995750000001863,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.09049400000367,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.92344099993352,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.844206999987364,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.33840900007635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8410369999473915,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.802058000001125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.45258499996271,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.64272200001869,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.2370280000614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8808720000088215,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.11563599994406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.46958899998572,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.517758000059985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.883992999908514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.854924000101164,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 55.83104999992065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.256896000006236,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.93937699997332,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.03811700001825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.6407619999954477,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.92846600001212,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.182213000021875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 55.738648000056855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.84640799998306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.9147649999940768,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.15473299997393,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.951685000094585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.7756539999973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.89875499997288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.730009000049904,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 55.8335580000421,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.903455000021495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.3857409999473,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.603046000003815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.937277999939397,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 55.73549999995157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.05753300001379,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.95259400003124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.21270499995444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.4376710000215098,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.479884000029415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.592947000055574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 55.57021899998654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.91360799991526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.7278850000584498,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 55.803515000035986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.592235999996774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.393704000045545,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.32795800000895,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.789310000021942,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.223129000049084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.55832599999849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.535192000097595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.05385100003332,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.7628500000573695,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.95968600001652,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.936029999982566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.24978099996224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.68761699995957,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 271953.14933000004,
"end": 274789.055376,
"runtime": 2836,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 0.4911609999835491,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.73652299994137,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.225848000030965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.73088099993765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.03552799997851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.53773800004274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.84918600006495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.368046000017785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.46223599999212,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 0.4406370000215247,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.82239700003993,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.6641219999874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.25982999999542,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.515768999932334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.26652299996931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.13978899992071,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 55.90227199997753,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.23892499995418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 0.4344450000207871,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.410135000012815,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.529969000024721,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 55.58391000004485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 55.83664899994619,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.70709899999201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.24900900002103,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 55.64565900003072,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.211702000000514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 0.4156189999775961,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.2305880000349134,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.1489849999779835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.13940600003116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.12178200006019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.397371000028215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.56842600007076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.21025800006464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 55.86292200000025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 0.43108899996150285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 55.44760600000154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.1477470000973,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 55.51733399997465,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.48146100004669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.40757999999914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.42461899993941,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 55.71368499996606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.27539099997375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 0.41739299998153,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.52628500002902,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.91941900004167,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.02763300004881,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.17575299995951,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 55.876489999936894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.075501999934204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.14458600000944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.657085999962874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 274874.506863,
"end": 277692.401957,
"runtime": 2818,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.6135810000123456,
"failureMessages": [
"arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 2.951033999910578,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.553046000073664,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 1.4326659999787807,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.7767460000468418,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 56.02602799993474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.09521399997175,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.2088620000286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.28619700006675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.7010139999911189,
"failureMessages": [
"class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 3.5686429999768734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 59.615667000063695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.1884689999278635,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.7814149999758229,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 57.53630599996541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.54162599996198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.27650700008962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.14895699999761,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.4182149999542162,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.934387999936007,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 56.96106400003191,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.0741939999861643,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7005340000614524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 56.18783000006806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 57.83452499995474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 56.29675199999474,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 56.79141399997752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.4947880000108853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.9032489999663085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 56.74901999998838,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.1252300000051036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.7541249999776483,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 56.69030500005465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 57.16379199991934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 56.604138000053354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 56.55275599996094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.6400500000454485,
"failureMessages": [
"arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.906455000047572,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 57.41470099997241,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.1606469999533147,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.7460889999056235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 56.05515300005209,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 56.2202999999281,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 57.29188499995507,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 58.38870399992447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.6527239999268204,
"failureMessages": [
"class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 3.391861000098288,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 61.07911699998658,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.2151179999345914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.8252680000150576,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 58.06356399995275,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 59.02105999994092,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 58.05711200006772,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 58.52406000008341,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.49741199996788055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 2.1827540000667796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 57.59697700000834,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.0980290001025423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.7071759999962524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 56.525738000054844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 56.68550600006711,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 56.884155000094324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 57.26354299997911,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.4230530000058934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 2.153057000017725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 57.94160700007342,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.143424000008963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.7344469999661669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 56.26726799993776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 57.00361300003715,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 56.342620000010356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 56.66870699997526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 277783.896434,
"end": 278028.98462,
"runtime": 245,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.5908780000172555,
"failureMessages": [
"no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.1996199999703094,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.8037379999877885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.8099289999809116,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 57.609714000020176,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.6386679999995977,
"failureMessages": [
"no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.0317849999992177,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.7911529999691993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.7153019999386743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 57.19970600004308,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 12,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 278107.60037700005,
"end": 279559.0952890001,
"runtime": 1451,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 36,
"unchecked": 0,
"unmatched": 12,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.6852550000185147,
"failureMessages": [
"await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.4385770000517368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 0.9190339999040589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.1307200000155717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 57.2274370000232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7951009999960661,
"failureMessages": [
"bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.0994609999470413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7637920000124723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7740309999790043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 63.56653500010725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.7071149999974295,
"failureMessages": [
"long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 1.2293249999638647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8252779999747872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8768639999907464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 57.351786000072025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.6341499999398366,
"failureMessages": [
"method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.289096999913454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.9226190000772476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.1665970000904053,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 59.54283900000155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.6009469999698922,
"failureMessages": [
"short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.1542040000203997,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.8125240000663325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.8380020000040531,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 57.42000399995595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.6540960000129417,
"failureMessages": [
"unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.0330169999506325,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7140880000079051,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7075770000228658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.28523499995936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.6431860000593588,
"failureMessages": [
"await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 1.2226530000334606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.8700620000017807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.7804339999565855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 57.29055699997116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.8761120000854135,
"failureMessages": [
"bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.2027150000212714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.8136560000712052,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7216529999859631,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 61.77284300001338,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.6185800000093877,
"failureMessages": [
"long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.1837190000806004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.8504539999412373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.826007999945432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 57.43632599990815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.6494880000827834,
"failureMessages": [
"method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.3017809999873862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.9338210000423715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.8939359999494627,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 59.78402699995786,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.632967000012286,
"failureMessages": [
"short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.1834389999276027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.8803210000041872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.78709599992726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 59.53099799994379,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.6340990000171587,
"failureMessages": [
"unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 1.0840529999695718,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7439660000381991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7048519999952987,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 58.20208299998194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 279639.8636510001,
"end": 280458.87951500004,
"runtime": 819,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.4215009999461472,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.9935990000376478,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.959009999991395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.2457859999267384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.7452679999405518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.7760550000239164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 57.913577000028454,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 57.74538300000131,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 57.221021999954246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4872929999837652,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.8420080000069,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.14437999995425,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.29213499999605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.51419999997597,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.00468200002797,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.32823000010103,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.96808100002818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.14403299998958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 280545.2725150001,
"end": 281041.56175600004,
"runtime": 496,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.5822219999972731,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.1462900000624359,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7463090000674129,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6847950000083074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 58.2525579999201,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.389435000019148,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.7234259999822825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6466829999117181,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6445189999649301,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.7420009999768808,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.62477199989371,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.0011680000461638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6658079999033362,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6614599999738857,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 57.241511999978684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.5932620000094175,
"failureMessages": [
"tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.9523250000784174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.6771799999987707,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 1.1035200000042096,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 56.91094799991697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.6289799999212846,
"failureMessages": [
"tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.0395890000509098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.8565569999627769,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.7504369999514893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 61.699380000005476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 281122.58882000006,
"end": 281925.29192600003,
"runtime": 803,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 0.434383999905549,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.442948000039905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 56.27224100008607,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 57.2323149999138,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 56.296429999987595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 56.885307000018656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 56.992315000039525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 0.5933129999320954,
"failureMessages": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 57.603860000032,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.950832000002265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 57.03587100002915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 57.24189900001511,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 57.13507800002117,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 57.29923000000417,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 43)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 282005.7899130001,
"end": 282123.63519000006,
"runtime": 118,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.6163459999952465,
"failureMessages": [
"newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 43)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.0234289999352768,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.7203709998866543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.9333810000680387,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 57.02311499998905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 282206.966821,
"end": 284006.26954600005,
"runtime": 1799,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"const.js"
],
"duration": 0.6263239999534562,
"failureMessages": [
"const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 58.410950000048615,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 58.638245999929495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 58.28197899996303,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 57.80952200002503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 58.02929800003767,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 58.26748400006909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.8157700001029298,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 72.90178100008052,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 67.37646199995652,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 67.67254399997182,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 65.37799900001846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 72.22582799999509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 70.75617399998009,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 0.5784139999886975,
"failureMessages": [
"const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 58.22292800003197,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 57.82097000000067,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 57.788823000038974,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 57.52142200001981,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 57.99066999997012,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 58.078377999947406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 0.9759400000330061,
"failureMessages": [
"let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 82.71351000003051,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 66.45487300003879,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 68.45216499990784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 65.41690599999856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 68.05710900004487,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 69.09637499996461,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 284091.17389700003,
"end": 284388.133183,
"runtime": 297,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.42063899990171194,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 1.0185389999533072,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.6734319999814034,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.6907249999931082,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 58.302444999921136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.4246759999077767,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.9614229999715462,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.6689939999487251,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 58.12484399997629,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 58.468799000023864,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 284468.784888,
"end": 285351.331031,
"runtime": 883,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.46802700008265674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.65582300000824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 59.22262200003024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.55423300003167,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 59.045937999966554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.5977809999603778,
"failureMessages": [
"example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.87267499999143,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.10003699990921,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.220541999908164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.39350700005889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.5861590000567958,
"failureMessages": [
"example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.26116500003263,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.032208000076935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.213045999989845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.56673399999272,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 285435.83713900007,
"end": 285440.396039,
"runtime": 5,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.308945000055246,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.7889489999506623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.7243589999852702,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.6970969999674708,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.9852279999759048,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 285517.3855290001,
"end": 286640.95435200003,
"runtime": 1124,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.43072800000663847,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.0201980000129,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.29838799999561,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.32229399995413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.92792000004556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.835763999959454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.6235469999956,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.37239299993962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.77581499994267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 0.46938000002410263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 79.33160599996336,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 62.37757899996359,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.710353999980725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 61.3224250000203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.28025399998296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.32897200004663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 62.44907299999613,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 63.352891999995336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 286722.654036,
"end": 287334.67640800006,
"runtime": 612,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.43145999999251217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.3424779999768361,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 60.59092500002589,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.6736590000800788,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.7617980000795797,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.7117940000025555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 59.427388999960385,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 59.736631999956444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 59.56960899999831,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7129069999791682,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 2.6074689999222755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.4440600000089,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.5987479999894276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.9763109999476001,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0545469999779016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.85802700009663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.17911099991761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.19570899999235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 100,
"numPendingTests": 0,
"perfStats": {
"start": 287421.24153600005,
"end": 294976.467845,
"runtime": 7555,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.800450999988243,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 84.12233200005721,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.02687300008256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.58934599999338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.22310199995991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.91903900005855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.25792999996338,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.12621899996884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.89661600010004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 0.4222620000364259,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.85643099993467,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.3010779999895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.79526100005023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.858126000035554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 61.02829099993687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.96189899998717,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 61.13182900007814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 62.63955000007991,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 1.0830509999068454,
"failureMessages": [
"new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 90.96218600007705,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 75.9902010000078,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.24784199998248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.44487799995113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.89358399994671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 76.9053380000405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.2771730000386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 72.29555799998343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 1.0527240000665188,
"failureMessages": [
"new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 96.63253400009125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 83.29868300003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 71.52266999997664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 72.95375800004695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.72338500001933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 73.98375899996608,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 77.1595039999811,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 72.51817100006156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 0.4266499999212101,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 63.26711600006092,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 61.988269999972545,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 61.151117000030354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.788425000035204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.39767900004517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 62.52343699999619,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 62.55225299997255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 62.81710099999327,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 0.9263880000216886,
"failureMessages": [
"postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 90.45722600002773,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 79.0222000000067,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 73.56909900007304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.44531400001142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 74.5902660000138,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.52460400003474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.95235999999568,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.65313300001435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 1.5172549999551848,
"failureMessages": [
"comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 74.77373999997508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.88966600003187,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 67.91904700000305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 67.56552900001407,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.94994399999268,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.23231899994425,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 68.48294300003909,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 68.44294199999422,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 0.4214309999952093,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 62.11695299996063,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 62.04378700000234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 61.236764000030234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 62.42276999994647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 62.43451099994127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 62.298875999986194,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 61.00201699999161,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 60.62049500003923,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 1.1572209999430925,
"failureMessages": [
"new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 80.17287300003227,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 76.74282099993434,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.4700999999186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 68.979364000028,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.05564499995671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.55081399995834,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 73.35448400001042,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 72.23090900003444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 1.4577940000453964,
"failureMessages": [
"new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 88.21029600000475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 80.71247799997218,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 80.03406199999154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 73.74649499997031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 71.26234299992211,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 78.48243600002024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 76.45071799994912,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 73.87307199998759,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 0.41694100003223866,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 62.14968800009228,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 62.95742600003723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 62.07724999997299,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 62.01992300001439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 62.18360999994911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 61.97348599997349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 61.84331599995494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 61.78221299999859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 1.2133550000144169,
"failureMessages": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 106.55010200000834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 75.38823100004811,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 75.6958980000345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 70.75983700004872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 70.98156600003131,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 75.37340400007088,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 76.816235999926,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 71.9466399999801,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 123,
"numPendingTests": 0,
"perfStats": {
"start": 295076.541859,
"end": 302470.99597100005,
"runtime": 7394,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"brackets.js"
],
"duration": 0.4240260000806302,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 59.21541999990586,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 58.21802600007504,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 57.51507099997252,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 57.71581999992486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 58.431805999949574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 58.64312899997458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 58.18230200000107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 57.967648999998346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.42625899997074157,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.61215100006666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.53926699992735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.87570599990431,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.179950000019744,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.96759100002237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.79132900002878,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.970246999990195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.06315799988806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 0.3849519999930635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.70481500006281,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.59084099996835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.25086599995848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.91611200000625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.91119300003629,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.575674000079744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 58.485249000019394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 57.69478999997955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.519503999967128,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.46815699990839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.85008999996353,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.376383999944665,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 57.4033000000054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 57.73150700004771,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.08817500004079,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 58.07866700005252,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 57.94597599992994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 0.43025700002908707,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 57.8860069999937,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 58.663782999967225,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 57.88459299993701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 57.52304699993692,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 57.65168300003279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 58.67426600004546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 57.941423999960534,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 57.894215999986045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 0.4162410000571981,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 57.6092860000208,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 58.03516799991485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 57.52515600004699,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 57.856628999928944,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 57.76004500000272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 57.971716999891214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 57.47314999997616,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 58.3304440000793,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 0.4334929999895394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 58.953951000003144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 58.5513890000293,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 57.21780199999921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 59.16204299998935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 63.271575000020675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 58.83307099994272,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 62.2315950000193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 58.75178200006485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 0.7264319999376312,
"failureMessages": [
"brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 58.630267999949865,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 59.3354629999958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 58.66163400001824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 57.790811999933794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 57.881015999941155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 58.15976900001988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 57.86259599996265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 57.696334000094794,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 0.5109080000547692,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.81180999998469,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 59.316860000020824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 58.98646499996539,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 59.19168400007766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 59.41766700008884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 59.62839600001462,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.94909499993082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.35895300004631,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.41923699993640184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.32453099999111,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 58.69957599998452,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 58.07216099998914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.57206099992618,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.41302199999336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.7908480000915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.604676000075415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.16102800006047,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 0.585207000025548,
"failureMessages": [
"inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.46909399994183,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.3665509999264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.09280199999921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.198513000039384,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.751318000024185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.33012099994812,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 58.34594499995001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 57.834352000034414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 0.42936499998904765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 57.925969999982044,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 57.92093200003728,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 58.60690999997314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 58.99543700006325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 56.93229300004896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 57.765471999999136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 58.542992000002414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 57.45629599993117,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 0.4128940000664443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 57.55917900009081,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 58.3611169999931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 57.241046999930404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 57.32111400004942,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 57.7061789999716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 57.72418600006495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 57.93914200004656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 58.98698799998965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 0.6315450000111014,
"failureMessages": [
"same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 58.48854100005701,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 59.363262000028044,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 58.091758000082336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 59.559666999964975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 58.09788200003095,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 58.539482999942265,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 58.3014850000618,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 57.85921700007748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 52)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 302562.895346,
"end": 304689.22387600003,
"runtime": 2126,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.3980460000457242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.19344699999783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.17425300006289,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.52529399993364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.31889500003308,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.59918299992569,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.358022000058554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.92044100002386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.816544000059366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.4271610000869259,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.54102500004228,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.66568700002972,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.402068999945186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.64957500004675,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.03506100003142,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.832652000011876,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.89197100000456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.69359799998347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 0.41902600007597357,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 59.30022299999837,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 59.760345999966376,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 59.10504099994432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 58.44914299994707,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 58.266772000002675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 58.45567900000606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 58.46378799993545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 59.20064299996011,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 0.5755099999951199,
"failureMessages": [
"object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 52)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.63548599998467,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 58.878583000041544,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 58.63302800001111,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.3153610000154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 59.92029599996749,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 58.79362000001129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 58.41629099997226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 59.29329800000414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 122,
"numPendingTests": 0,
"perfStats": {
"start": 304788.370534,
"end": 312769.615122,
"runtime": 7981,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 0.412434000056237,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 61.76414400001522,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 61.94425499998033,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.508369000046514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 59.71476799994707,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 58.974881000001915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.069653000100516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.65747699991334,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.56722600001376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 0.42378500010818243,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.83545399992727,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 59.2543950000545,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 59.359062999952585,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 58.801659999997355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 59.07395699992776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 59.34682800003793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.084417000063695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 59.05166800005827,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 0.42318299994803965,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 63.20035300008021,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 59.327122000046074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 59.81855700002052,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 58.868436000077054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 58.294968000031076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 59.37833800003864,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 59.26100800000131,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 58.941833000048064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 0.6282280000159517,
"failureMessages": [
"angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 60.82928599999286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 60.443744000047445,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 58.698470999952406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 58.48432299995329,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 59.269527999917045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 59.21976000000723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 59.7366200000979,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 59.65867600007914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 0.4296960000647232,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 70.48988500004634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 63.27488699997775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 61.06305600004271,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 59.65505300008226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 60.07273799995892,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 61.9599810000509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 61.70154499995988,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 61.172747000004165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 0.5063399999635294,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 84.48928899993189,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 67.50891899992712,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 65.31511500000488,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 63.55473299999721,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 63.31340299989097,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 65.62777399993502,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 64.58683799998835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 65.8552459999919,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 0.9397019998868927,
"failureMessages": [
"test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 93.53902000002563,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 75.97055199998431,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 68.24776099994779,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 68.13099299999885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 67.8065550000174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 70.69934100005776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 71.26185500004794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 70.51471200003289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4259590000147,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.95281199994497,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.08998699998483,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.20796200004406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.18046899989713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.835546000045724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.97140500007663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.628361999988556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.70959099999163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.42749100003857166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.19310499995481,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.22738199995365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.03565900004469,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.221821000101045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.05888699996285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.14927200006787,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.35495399998035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.327043000026606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.41947600001003593,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.18978600006085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.016354999970645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.416759000043385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.03670499997679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.39769899996463,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.27163800003473,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.756502000032924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.79631300002802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.638617999968119,
"failureMessages": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.276701000053436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.007165000075474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.898334999918006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.50673900009133,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.19968900003005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.67565899994224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.886862999992445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.35042299993802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5087239999556914,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.53601299994625,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.78719699999783,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.01716100005433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.237929999944754,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.057211000006646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.233179999981076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.76499000005424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.528216999955475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.44517500000074506,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.01888700004201,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.94941300002392,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.40988599997945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.74405699991621,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.96133900003042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.16109100007452,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.89867399993818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.98338300001342,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9383099999977276,
"failureMessages": [
"test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 82.57402300008107,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 74.93481599993538,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.31365400005598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.13913400005549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.64825600001495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.60302799998317,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.6171800000593,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.3509259999264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 312857.928878,
"end": 313381.749707,
"runtime": 524,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.47019199992064387,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.93872699991334,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.4490400000941,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.974121000035666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.28654000000097,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.49323800008278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.66971899999771,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.226796000031754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.97125600010622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 180,
"numPendingTests": 0,
"perfStats": {
"start": 313475.61652000004,
"end": 324155.56218800007,
"runtime": 10680,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 20,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async.js"
],
"duration": 0.5345019999658689,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 65.90893999999389,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 64.65225599997211,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 58.783402999979444,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 58.98449800000526,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 58.17673599999398,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 58.76371600001585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 59.09452400007285,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 58.982897999929264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.41632099996786565,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.57641400001012,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.15266799996607,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.917078000027686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 60.1122210000176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.073168999981135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.82074300001841,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.47045199992135,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.180828000069596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 0.472325999988243,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 59.13206099998206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 59.32372799993027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 60.18247200001497,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 57.848864999949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 57.81885699997656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 59.0866279999027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 59.464693999965675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 58.59800599992741,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.43148899998050183,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 60.107935999985784,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.83211499999743,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 58.36450599995442,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.38675399997737,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.15691799996421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.864512000000104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.02834700001404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.786440999945626,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 0.4299670000327751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 59.24520699994173,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 59.147561000077985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 58.309041000087745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 57.97061299998313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 58.16170199995395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 60.002659999998286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 58.91571600001771,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 59.04221600003075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 0.40826599998399615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 59.36998099996708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 59.511618999997154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 58.539219000027515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 58.63680099998601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 58.38667399995029,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 59.53366000007372,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 58.85375300003216,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 58.92898600001354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 0.4156190000940114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 59.19392200000584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 59.55231900000945,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 57.790594000020064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.280993000022136,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 58.851044000010006,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.024202000000514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 59.42703000002075,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 58.687057000002824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 0.4476290000602603,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.84175500005949,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.69318799988832,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.58000799990259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 58.7543730000034,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.72048899997026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 58.69865000003483,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.039074999978766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.479847999988124,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 0.432361000101082,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 59.04678700002842,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 59.092885999940336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 58.632761999964714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 57.99854399997275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 58.375353000010364,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 58.960098000010476,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 58.22906300006434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 59.66084399993997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4079650000203401,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.1314419999253,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.94282899994869,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.48756399995182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.34426300006453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 59.06403899996076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.845823999959975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.71226399997249,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 59.407100999960676,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 0.48302499996498227,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 59.89716699998826,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 59.72239599993918,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 58.273782999953255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 58.46728300000541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 58.934418000048026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 59.24615999998059,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 58.4624129999429,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 58.72863699996378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.5017709999810904,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 59.3076000000583,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.08119099994656,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 58.967497000005096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 58.48302899999544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 59.043380000046454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 58.82657699997071,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 59.11901599995326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 59.91703800007235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 0.4311980000929907,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.97935999999754,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.64583099994343,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 58.80105900007766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 58.581592999980785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 58.70220399997197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 58.70026199996937,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 60.01048999989871,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.13148799992632,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.4709130000555888,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 60.133574999985285,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.83151199994609,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.23034499993082,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.02433899999596,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.651254999917,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.448065000004135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.25896900007501,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.32214699999895,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 0.4625570001080632,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.43328599992674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.67661900003441,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.979363000020385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.78423600003589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.26581199991051,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.47268800006714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.176679000025615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 58.63558000000194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 0.42442599998321384,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.43538299994543,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.86861699994188,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.75780100002885,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.07509900000878,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.04526300006546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.23476300004404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 58.77693499997258,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.213132999953814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 0.4217420000350103,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.92119600006845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.28418199997395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.67119400005322,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.10356800002046,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 58.829327000072226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 58.6283870000625,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.67156499996781,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.32798800000455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 0.41481799993198365,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 59.92492600006517,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 60.1073440000182,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 58.42423100001179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 59.61823300004471,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 58.5201240000315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 59.805486999917775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 59.04400100000203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 59.16956100007519,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 0.4418180000502616,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.846515999990515,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.4534289999865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 58.75975800002925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.46457599999849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.734118000022136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.92430799989961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.72632999997586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 59.437037000083365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.4208189999917522,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.93299800006207,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 60.62485599995125,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 58.82323199999519,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.0611880000215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.36015900003258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.146953999996185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.52894699992612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.69835600000806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 324274.59088100004,
"end": 326422.3026200001,
"runtime": 2148,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.6146319999825209,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.20650700002443,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.47205199999735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.2981869999785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.14451500005089,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.40130899997894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.61063100001775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.94856100005563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.61092899995856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 0.4050490000518039,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.85725699993782,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.812793000019155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 58.92824699997436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 58.367411999963224,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 57.95714199997019,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 58.64524400001392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.20912000001408,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 58.82747300004121,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 0.4186849999241531,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 62.00855899997987,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.73767900001258,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.63953800010495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.11656300001778,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 60.08897399995476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.47338199999649,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.948434000019915,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.1484819999896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 0.43883200001437217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 60.28681800002232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 61.27363599999808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 59.245764999999665,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 59.08597399992868,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.647154000005685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.66211100004148,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.707463999977335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.51002200006042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 326516.003532,
"end": 328220.519509,
"runtime": 1705,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 24,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.6187299999874085,
"failureMessages": [
"arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 60.155235000071116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 60.02416000002995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.492426999961026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.809516999986954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.8441130000865087,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 59.892898999969475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.4068930000066757,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 58.987859999993816,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 60.42657899996266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.283636000007391,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.8257479999447241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.9407229999778792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 59.38990999991074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.612637999933213,
"failureMessages": [
"async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 60.937491000047885,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 60.036169999977574,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.514519999967888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.7898100001038983,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.8360170000232756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 59.134884000057355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.42090000002644956,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 59.30518399993889,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 59.82513400004245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.2487309999996796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.8587299999780953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.8240350000560284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 60.77894099999685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.41542800003662705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 60.85900900000706,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 59.535949000041,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.2759920000098646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.870632000034675,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.8624869999475777,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 59.75027800002135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.67476500000339,
"failureMessages": [
"nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 59.96443400008138,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 59.885193999973126,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.217341999989003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.809406999964267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.8681179999839514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 59.80939000006765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.65503699996043,
"failureMessages": [
"valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 60.1548040000489,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 59.61184200004209,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.235296000028029,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.8024739999091253,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.8804309999104589,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 59.469412999926135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 328328.99731500004,
"end": 328521.591194,
"runtime": 193,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.5334799999836832,
"failureMessages": [
"default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 2.2726710001006722,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.037555000046268,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.6936599999899045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.8738680001115426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 57.92397500004154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 58.716193999978714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 328635.510426,
"end": 329063.30291800003,
"runtime": 428,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.40825500001665205,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.163999999989755,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.974331000004895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.432505000033416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.440936999977566,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.22381800005678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.45203699998092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 329154.7535410001,
"end": 329391.010614,
"runtime": 236,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.38335899997036904,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.02768199995626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 1.2601019999710843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.7039899999508634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.8158599999733269,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.34684900008142,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 57.60182600002736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 117,
"numPendingTests": 0,
"perfStats": {
"start": 329483.16876400006,
"end": 336703.3430730001,
"runtime": 7220,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 0.39116400002967566,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 75.82275400008075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 65.95786099997349,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 65.43993200000841,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 63.954696999979205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 63.91601599997375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 66.11827099998482,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 63.80865799996536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 63.36182400002144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 0.4138459999812767,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.833165999967605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 60.108618000056595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 58.790425000013784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.41050100000575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.561977999983355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.469619999988936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 60.67827799997758,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.765300999977626,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 0.3883379999315366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.318025999935344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.06466800009366,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.13715099997353,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 59.694273000000976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.33263099996839,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.87734000000637,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.452291000052355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.22755099995993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 0.38922999997157604,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 62.583650999935344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.61370000010356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 59.983264999929816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.71547499997541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.745384000008926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.81724100001156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.25812500005122,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.31868900009431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 0.4075040000025183,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 60.6167279999936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.708348000072874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 58.306940000038594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 60.01739299995825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.447071000002325,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.54906999995001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.36078099999577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 58.79307599994354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 0.39287700003478676,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 76.16824999998789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.680790999904275,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 61.14558000001125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.08627600001637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 61.54906500002835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.30173000006471,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.893227999913506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.830883999937214,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 0.4389530000044033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.615107999998145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.27502900001127,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.43108200002462,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.72004400007427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 61.02239199995529,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 61.35239300003741,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.84912200004328,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.82757299998775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 0.38861899997573346,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 69.57028700003866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 69.60754799994174,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 64.34552000008989,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 65.03812399995513,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 64.52889100008179,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 66.35816099995282,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 66.38005799998064,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 70.75834199995734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 0.4420389999868348,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 63.67598399997223,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.42994500009809,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.67594600003213,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.76787600002717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 59.42848799994681,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.614635000005364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.19961300003342,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.12668600003235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 0.37011399993207306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 60.579064999939874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.919639999978244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.243521000025794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.407129999948665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.84677000006195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 60.08658000000287,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 60.24370500002988,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 60.02243999997154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 0.37457200000062585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.31501199991908,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 60.77156699995976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.35183000005782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.66709300002549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.18480000004638,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 61.94385699997656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.97719500004314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.34300799993798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 0.369522999972105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 62.64673000003677,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 62.68408600008115,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.37239799997769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.198820999939926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.245140999904834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.37435200007167,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.895400000037625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.37401999998838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 0.3520900000585243,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.98278299998492,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.47783200000413,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.09978000004776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.45844199997373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 59.63001900003292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.10038600000553,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.88071100006346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.583821999956854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 336792.964943,
"end": 337214.6581260001,
"runtime": 422,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after-key.js"
],
"duration": 0.3660760000348091,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.60725000000093,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.89316899992991,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.3386429999955,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.93760099995416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.02536800003145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 61.47259500005748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 40,
"numPendingTests": 0,
"perfStats": {
"start": 337307.268149,
"end": 339864.102835,
"runtime": 2557,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functions.js"
],
"duration": 0.3662469999399036,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 60.07064900000114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.234933000057936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.444767000037245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.09324399998877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 60.395233000046574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.544215000001714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 0.5552009999519214,
"failureMessages": [
"objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 60.45660500007216,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 59.67610600008629,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 59.946759999962524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 60.03452099999413,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 60.09286299999803,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 59.65918199997395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 0.3960220000008121,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 64.57221599994227,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 63.049558999948204,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 60.84736500005238,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 61.67600199999288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 62.937203999958,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 62.75309799995739,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 0.3624390000477433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.218208999955095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.961721000028774,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.86411099997349,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.59324499999639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.98564800003078,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.77826199994888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 0.5671230000443757,
"failureMessages": [
"objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.62953399994876,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.19272299995646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.640768999932334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.779526000027545,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.43317500001285,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 60.40098499995656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 0.3750729999737814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 64.9961970000295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.64472099998966,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 63.065673999954015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.27688799996395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.84698900009971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.079916000016965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 70,
"numPendingTests": 0,
"perfStats": {
"start": 339960.150503,
"end": 344448.82652900007,
"runtime": 4489,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.39459999999962747,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 69.76718500000425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 64.33357400004752,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 65.04404499998782,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 66.53772000002209,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 66.18267699994612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 64.747080000001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.36387299990747124,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.933293999987654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.5649759999942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.78046199993696,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.73979999998119,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.82584099995438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.96563599992078,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 0.4234139999607578,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 63.06343099998776,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 60.99998299998697,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 63.472777999937534,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 61.1812810000265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 62.05246100004297,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 61.70009699999355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.46060300001408905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 73.48441399994772,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 67.09200400009286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 66.43264400004409,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 65.49501600000076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 66.29466599994339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 66.92831799993291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 0.3716160000767559,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.4046119999839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.81733200000599,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.289957000059076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.921837999951094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.264678000006825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.19367800001055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.4002300000283867,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 76.4590090001002,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.8767419999931,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.54526899999473,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 64.33577300002798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 66.17345299990848,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 66.34078399999999,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.39567200001329184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.545901000034064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 60.83950099989306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 60.65588500001468,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.70449999999255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.56542100000661,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.76006000000052,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 0.37312999996356666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 63.52882300002966,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.01475800003391,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.602788000018336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 61.552161999978125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 61.41119599994272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.0362530000275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.5500920000486076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 87.46143799996935,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 66.99999799998477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 76.866772999987,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 65.60803000000305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 66.17238000000361,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 66.07461499993224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 0.3714359999867156,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 61.360912000061944,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.370885999989696,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.85457700002007,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.25597800000105,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 61.16797900001984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.681834999937564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 344544.44735300005,
"end": 345659.115798,
"runtime": 1115,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 0.3556070000631735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 61.439875999931246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 62.656060000066645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 61.311770000029355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 60.78778399992734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 60.63552099990193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 61.387003000010736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 61.49233699997421,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 61.747036000015214,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 0.3558469999115914,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.96168800001033,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 63.22813199996017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 61.74354499997571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.755887000006624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 61.54159600008279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.59369899996091,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.35392100003082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.015437999973074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 345757.508669,
"end": 346965.67071,
"runtime": 1208,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 0.40123199997469783,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.73930799996015,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.270409999997355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.788394000031985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.20055100007448,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.17148899997119,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.017329999944195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 0.39651400002185255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 60.16677900007926,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 57.87225600006059,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.148490000050515,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.371228999923915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.30175800004508,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 60.475607999949716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 0.4011819999432191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 1.6801699999487028,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.82392400002573,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.3051620000042,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.53893199993763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.95480700000189,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.85956899996381,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 347058.801357,
"end": 347180.3299390001,
"runtime": 122,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7026869999244809,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.0699649999151006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7140880000079051,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7242580000311136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.439564999891445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 68)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 347273.10984000005,
"end": 347523.03987,
"runtime": 250,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.3965430000098422,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.1734990000259131,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.7278950000181794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.6956230000359938,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 61.305257999920286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.6602780000539497,
"failureMessages": [
"intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 68)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.0857050000922754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.7561070000519976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.7233969999942929,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 61.54822300001979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 69)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 347616.950572,
"end": 347744.24841800006,
"runtime": 127,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.6433559999568388,
"failureMessages": [
"throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 69)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.0644359999569133,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7645229999907315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7216320000588894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 62.11072800005786,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 347840.42440400005,
"end": 348603.00372300006,
"runtime": 763,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.632564999978058,
"failureMessages": [
"computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.0725099999690428,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7832479999633506,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7486929999431595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 62.32035900000483,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6170570000540465,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.1127870000200346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7382950000464916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7461889999685809,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 62.746278000064194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6366140000754967,
"failureMessages": [
"record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.0003659999929368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6940020000329241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.7340369999874383,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 62.84838800004218,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.5786650000372902,
"failureMessages": [
"shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.07206999999471,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7601049999939278,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7203910000389442,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 60.4347429999616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.6130699999630451,
"failureMessages": [
"spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 1.050961000029929,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.6976680000079796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7459890000754967,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 62.10653800005093,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.5846259999088943,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.912631000042893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6435970000457019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6517629999434575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 60.789296000031754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 348700.53952900006,
"end": 349243.595664,
"runtime": 543,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.6078289999859408,
"failureMessages": [
"block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.0165760000236332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.7208719999762252,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.7243279999820516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 61.05668599996716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7685209999326617,
"failureMessages": [
"fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.0521729999454692,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7471209999639541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.71319800009951,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 66.44032299995888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.8388229999691248,
"failureMessages": [
"hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.0263649999396876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.7601349999895319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.700713999918662,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 67.12295200000517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.7602249999763444,
"failureMessages": [
"minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.9998950000153854,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.7207819999894127,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.6822089999914169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 69.24957500002347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 349334.417015,
"end": 349462.864205,
"runtime": 128,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5710609999950975,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.0785119999200106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.785643000039272,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.7391260000877082,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.25025599997025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 349559.00544,
"end": 349826.457173,
"runtime": 267,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.6999630000209436,
"failureMessages": [
"call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.0368739999830723,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7387650000164285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7078670000191778,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 63.86492600000929,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.119708999991417,
"failureMessages": [
"do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.1716269999742508,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.8124930000631139,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7323740000138059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 66.53493600001093,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 349923.22261100006,
"end": 350054.352233,
"runtime": 131,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.6802450000541285,
"failureMessages": [
"pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.1189879999728873,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.765715999994427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.7833679999457672,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 63.61369900009595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 350160.866228,
"end": 350304.936508,
"runtime": 144,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6858860000502318,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.0488769999938086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6779610000085086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7879279999760911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 59.8112460001139,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 350397.509552,
"end": 350519.99289700005,
"runtime": 122,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.5815799999982119,
"failureMessages": [
"arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.1075470000505447,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7394469999708235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7629609999712557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 59.707179999910295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 350614.4477530001,
"end": 350970.114267,
"runtime": 356,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.39364800008479506,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 1.3263969999970868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 58.773603999987245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.46556899999268,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.32570599997416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 58.58681799995247,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 58.8778539999621,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 351065.206858,
"end": 351625.6418730001,
"runtime": 560,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.41111099999397993,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.59024699998554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.73306900006719,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 70.64059900003485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.43348499992862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.24022400006652,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.0390330000082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.29887600010261,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.26712899992708,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 351720.595752,
"end": 352254.123621,
"runtime": 534,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 0.5814000000245869,
"failureMessages": [
"cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.63635200005956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.836123999906704,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.891135000041686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.752044999971986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.98350700002629,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.25800200004596,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.09719399991445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.098023999948055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 47,
"numPendingTests": 0,
"perfStats": {
"start": 352348.977844,
"end": 354148.39095000003,
"runtime": 1799,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6792940000304952,
"failureMessages": [
"classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.9259270000038669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6528040000703186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.58902700000908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 61.13482200005092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.392045000102371,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.0886420001043007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7341370000503957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.06177500006743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.81313100003172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.732283000019379,
"failureMessages": [
"member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.0806870000669733,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7365209999261424,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 64.3711300001014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.3944099999498576,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 1.0687440000474453,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.7261319999815896,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 61.165789999999106,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 60.71299699996598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.4388630000175908,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 1.0213750000111759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.669664999935776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 60.28972799994517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 60.179984999937005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.38222699996549636,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 1.0796850000042468,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.7002029999857768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 62.136860999977216,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 63.10498499998357,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.39059199998155236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 1.010935999918729,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.7049519999418408,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 62.99306899996009,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 61.93289099994581,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.40830499993171543,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 1.0775709999725223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.7395970000652596,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.00638100004289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.30859899998177,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.4182750000618398,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 1.0276770000346005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.705993999959901,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.64516000007279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.284018999896944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.39147399994544685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.982793000061065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.6507710000732914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 60.30799599993043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 60.774692000006326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 354245.492127,
"end": 355365.210816,
"runtime": 1120,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 0.39374800003133714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 63.04417300003115,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.671060999971814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.47818700002972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.466570000047795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 60.425050999969244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.64479599997867,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.402140000020154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.05696600000374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 0.3979459999827668,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 63.497024999931455,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 63.03457600006368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.846240999992006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 61.936195000074804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.26199999998789,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 63.04922799998894,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.07791899994481,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.61089000001084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 355458.508242,
"end": 355643.4585940001,
"runtime": 185,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.38647499994840473,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.9822719999356195,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.68261999997776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 60.63669699989259,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 61.376863999990746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 355739.0254960001,
"end": 355923.900915,
"runtime": 185,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.38300799997523427,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 1.0243310000514612,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.6977780000306666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 60.836900999885984,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 61.19512599997688,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 356028.36461300007,
"end": 356577.990968,
"runtime": 550,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 0.4082760000601411,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.72340699995402,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.78492400003597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.465385999996215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 57.411406000028364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 57.945942000020295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.03190900001209,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.79818499996327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.30190299998503,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 356672.047765,
"end": 357144.382321,
"runtime": 472,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 0.40346599998883903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 59.476519000018016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 58.113812000025064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 1.3040559999644756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 58.44816600007471,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 0.4471289999783039,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 59.045293999952264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 58.599835000000894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 1.0167359999613836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 58.291878999909386,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 357240.30692700006,
"end": 357540.348838,
"runtime": 300,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 0.3942500000121072,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 59.08596299996134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.01318100001663,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.33928999991622,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.52733099996112,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 87)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 357636.14408700005,
"end": 358728.08560600004,
"runtime": 1092,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object-property.js"
],
"duration": 0.5939329999964684,
"failureMessages": [
"object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 87)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.764835999929346,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 60.516798999975435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.39979299996048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.93557900004089,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 60.24128900002688,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 60.0130450000288,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.609752000076696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.672493000049144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 0.39483999996446073,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 60.93319400004111,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.59323500003666,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 59.4619899999816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 59.93964499991853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 60.437730000005104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 64.21494800003711,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.891383999958634,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 62.807193999993615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 88)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 358824.51141400007,
"end": 359936.395377,
"runtime": 1112,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.38497200002893806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 62.58418799994979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 60.71145900001284,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 60.608502999995835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.13622700003907,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 59.354136000038125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 60.78665899997577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.37946600001305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 62.12003099999856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.6138310000533238,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 88)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.85546600003727,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.79194099991582,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 61.56251399999019,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 61.25531100004446,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 60.75232600001618,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 63.32702999992762,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.78859900007956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.20690700004343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 89)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 360029.789096,
"end": 360592.25493100006,
"runtime": 562,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 0.6638549999333918,
"failureMessages": [
"between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 89)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 65.29956499999389,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.76523100002669,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 61.14597599999979,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 61.31609700003173,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 61.62722200003918,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.33536100003403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.24236299993936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.06069299997762,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 360690.87358700007,
"end": 361247.465879,
"runtime": 557,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.3888800001004711,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.69973899994511,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.245666999951936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.32666100002825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.27695299999323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.970464000012726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.19248199998401,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.73379000008572,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.882199999992736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 361345.790472,
"end": 361901.1164490001,
"runtime": 555,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 0.3826080000726506,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.781439999933355,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 62.68028400000185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.410248000058345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.64871000009589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.52485699998215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.14014599996153,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.3621470000362,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 61.85170100000687,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 76,
"numPendingTests": 0,
"perfStats": {
"start": 361999.5047050001,
"end": 367159.94563900004,
"runtime": 5160,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 0.6489569999976084,
"failureMessages": [
"expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 64.0007770000957,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 63.05017299996689,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.030418000067584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.012885000091046,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.546383999986574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.68422599998303,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.62818200001493,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.53971299994737,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 0.6488559999270365,
"failureMessages": [
"issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.88533399999142,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 62.91653399995994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.884199999971315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 62.3886679999996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.215812999987975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.61256899998989,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.533531999913976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.28751499997452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 0.4419879999477416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 63.265792999998666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.3429420000175,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.035521000041626,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.02955899992958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.67355499998666,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.97805800009519,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.39080199995078,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.95208099996671,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 0.3969539999961853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 61.84275900002103,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 61.74772099999245,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 61.46593700000085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 60.97484699997585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 61.055698000011034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 60.87280499993358,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 61.57910700002685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 61.56955500005279,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 0.6507999999448657,
"failureMessages": [
"issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 62.61179400002584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 65.07061799999792,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 63.10887300001923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 62.465660999994725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 63.98347500001546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 62.3976969999494,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 61.68147899990436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 62.77844200003892,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 0.6029509999789298,
"failureMessages": [
"issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.38031299994327,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.29315000004135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.252331000054255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 61.60305000003427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.43119899998419,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 61.71894599997904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.95105999999214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.32222799991723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 0.6447090000147,
"failureMessages": [
"issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 63.504319999949075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 67.41740499995649,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 62.128810000023805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 62.40381599997636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 61.589853000012226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 62.83835199999157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 62.41313400003128,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 62.76921900000889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.39084199990611523,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.08193799993023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.619862999999896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.57643399992958,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.36414499999955,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.134344999911264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.2590949999867,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.17161299998406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.735845000017434,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6482950000790879,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.82825300004333,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 73.86952400009613,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 70.14180600002874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 69.66860900004394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 67.86841699993238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 73.17407099995762,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 71.0583420000039,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 73.07748199999332,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 367297.75697600003,
"end": 367825.0999230001,
"runtime": 527,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.6779620000161231,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.85322100005578,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.3488879998913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.856522999936715,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 57.757896000053734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.10118300002068,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.02169999992475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.55801200005226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 57.76969500002451,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 367922.2429770001,
"end": 368470.25943700003,
"runtime": 548,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.4598920000717044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.68008399999235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.376439000014216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.81143400003202,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.043387000099756,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.80877100001089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.240467000054196,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.46936200000346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.42816200002562,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 368568.7396460001,
"end": 369712.318098,
"runtime": 1144,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.4950380000518635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 70.32649500004482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 66.2342639999697,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.556465999921784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.89791599998716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 92.88462300004903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 66.64572399994358,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.11089999997057,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.787959999986924,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.3891499999444932,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.54936299996916,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.28058299992699,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.23176400002558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.3568259999156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.33687699993607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.14096300001256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.26252899994142,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 58.44268700003158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 369818.69693900004,
"end": 370363.200966,
"runtime": 545,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 0.4744599999394268,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 60.88089899998158,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.045187000068836,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.05830700008664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.15490399999544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.1669530000072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.31559599994216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.554144000052474,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.674044999992475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 370460.34594300005,
"end": 372062.01523300004,
"runtime": 1602,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 0.38685599993914366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.13327700004447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 64.11759100004565,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.038177000009455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.540934000047855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.326428000000305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.21565200004261,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.2082549999468,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 58.51338899997063,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 0.3925359999993816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.924167999997735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.35269999993034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.64237699995283,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 57.99290700000711,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.21584700001404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.77393799996935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.016808000043966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.333173000020906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 0.39365799992810935,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.76571299997158,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.98673699994106,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.09279999998398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.420776999904774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.81602499994915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.05886800005101,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.93558299995493,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.43530200002715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 372160.143054,
"end": 373401.9232150001,
"runtime": 1242,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.47173500002827495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 105.5158320000628,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 78.97689999989234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.6184329999378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 70.51773600000888,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 69.78911200002767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 75.32297799992375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 70.41965500009246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 78.05854300002102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 0.4050200000638142,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.33454499999061,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.230193999945186,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 57.578579999972135,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 57.37919999996666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 57.897930000093766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.360133999958634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.56430900003761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.12183099996764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 373500.121971,
"end": 374567.008698,
"runtime": 1067,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object.js"
],
"duration": 0.3797320000594482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.512364999973215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.94650099996943,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.56284200004302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.57163999998011,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.81413600000087,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.219865999999456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.786169999977574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.92365000001155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 0.38927899999544024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.59257800003979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.5176859999774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.69320099998731,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.196967999916524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 60.22345400007907,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 60.125968000036664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.57921100000385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.749958999920636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 374667.050149,
"end": 376261.18608700007,
"runtime": 1594,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"catch.js"
],
"duration": 0.39584300003480166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 59.722748999949545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 59.03659199993126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 58.17447600001469,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 58.16033699992113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 58.23263600002974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 58.66805800003931,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 58.71613700001035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 57.98118300002534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.4499330000253394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.068874999997206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.79974100005347,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.374016999965534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.4004469999345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.39142400003038,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.77980000001844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.79949799994938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.465368999983184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.4484609999926761,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.55084100004751,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.200455000041984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.37648699991405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.03492400003597,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.52302800002508,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.50169599999208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.2767659999663,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.09360599995125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 376359.03168300004,
"end": 377987.1784280001,
"runtime": 1628,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.3882280000252649,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 64.40629299997818,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.574978000018746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.537248000036925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.32511800003704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.46018599998206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.420831999974325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.77122400002554,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.67743799998425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.3908619999419898,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.144946999964304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.33151400007773,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.340197000070475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.07339300005697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.20217400009278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.692421000101604,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.10449900000822,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.37692000006791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.40229399991221726,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 63.91357099998277,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.3975550000323,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.39147199993022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.7456269999966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.45824800000992,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.464353000046685,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.07558100007009,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.21586300001945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "css-prop.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `css-prop.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -34,35 +34,28 @@\n function SomeComponent(props) {\n // Create styles as if you're calling css and the class will be applied to the component\n return (\n <div\n css={`\n - color: blue;\n - font-size: 17 px;\n + color: blue;\n + font-size: 17 px;\n \n - &:hover {\n - color: green;\n - }\n + &:hover {\n + color: green;\n + }\n \n - & .some-class {\n - font-size: 20px;\n - }\n - `}\n + & .some-class {\n + font-size: 20px;\n + }\n + `}\n >\n This will be blue until hovered.\n <div className=\"some-class\">This font size will be 20px</div>\n </div>\n );\n }\n \n const TestComponent = ({ children, ...props }) => (\n - <div\n - css={`\n - color: white;\n - background: black;\n - `}\n - >\n - {children}\n - </div>\n + <div css={`color: white; background: black`}>{children}</div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components-with-expressions.js format 1`\n \n - Snapshot - 30\n + Received + 27\n \n @@ -47,52 +47,49 @@\n }\n `;\n \n =====================================output=====================================\n const Button = styled.a`\n - /* Comment */\n - display: ${(props) => props.display};\n + /* Comment */\n + \tdisplay: ${(props) => props.display};\n `;\n \n styled.div`\n - display: ${(props) => props.display};\n - border: ${(props) => props.border}px;\n - margin: 10px ${(props) => props.border}px;\n + \tdisplay: ${(props) => props.display};\n + \tborder: ${(props) => props.border}px;\n + \tmargin: 10px ${(props) => props.border}px ;\n `;\n \n const EqualDivider = styled.div`\n - margin: 0.5rem;\n - padding: 1rem;\n - background: papayawhip;\n + margin: 0.5rem;\n + \t\tpadding: 1rem;\n + \tbackground: papayawhip ;\n \n - > * {\n - flex: 1;\n + \t> * {\n + \tflex: 1;\n \n - &:not(:first-child) {\n - ${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n - }\n - }\n + \t&:not(:first-child) {\n + \t\t\t${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n + \t\t}\n + \t}\n `;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-jsx-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx-with-expressions.js format 1`\n \n - Snapshot - 17\n + Received + 16\n \n @@ -46,47 +46,46 @@\n `}</style>;\n \n =====================================output=====================================\n <style jsx>{`\n div {\n - display: ${expr};\n + display: ${expr};\n color: ${expr};\n ${expr};\n ${expr};\n background: red;\n - animation: ${expr} 10s ease-out;\n + animation: ${expr} 10s ease-out;\n }\n @media (${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - ${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + ${expr} {\n + color: red;\n + }\n }\n @media (min-width: ${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - all${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + all${expr} {\n + color: red;\n + }\n }\n @font-face {\n ${expr}\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: linear ${seconds}s ease-out;\n + animation: linear ${seconds}s ease-out;\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused\n - slidein;\n + animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused slidein;\n }\n `}</style>;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-jsx.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx.js format 1`\n \n - Snapshot - 64\n + Received + 48\n \n @@ -85,103 +85,87 @@\n }\n `;\n \n =====================================output=====================================\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n + \t/* a comment */\n + \tdiv :global(.react-select) {\n + \t\tcolor: red; display: none\n + \t}\n `}</style>;\n \n <div>\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n - `}</style>\n + \t/* a comment */\n + div :global(.react-select) {\n + color: red; display: none\n + }`}</style>\n </div>;\n \n <div>\n - <style jsx>{`\n - div {\n - color: red;\n - }\n - `}</style>\n + <style jsx>{`div{color:red}`}</style>\n </div>;\n \n <div>\n <style jsx>{`This is invalid css. \n Shouldn't fail.\n Shouldn't be formatted.`}</style>\n </div>;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerResolve = css.resolve`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerGlobal = css.global`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 85,
"numPendingTests": 0,
"perfStats": {
"start": 378098.96886,
"end": 383797.51087800006,
"runtime": 5699,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 0.39959000004455447,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.70261500007473,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.17797199997585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 57.61813499999698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 57.23518399999011,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 57.29498499992769,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.23596300010104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.56888500007335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.16877200000454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 0.45545400003902614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.934914999990724,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.465663000009954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.94722699990962,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.61369399994146,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.06664799991995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.754623000044376,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.515379999997094,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.338472999981605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 0.687019000062719,
"failureMessages": [
"css-prop.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `css-prop.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -34,35 +34,28 @@\n function SomeComponent(props) {\n // Create styles as if you're calling css and the class will be applied to the component\n return (\n <div\n css={`\n - color: blue;\n - font-size: 17 px;\n + color: blue;\n + font-size: 17 px;\n \n - &:hover {\n - color: green;\n - }\n + &:hover {\n + color: green;\n + }\n \n - & .some-class {\n - font-size: 20px;\n - }\n - `}\n + & .some-class {\n + font-size: 20px;\n + }\n + `}\n >\n This will be blue until hovered.\n <div className=\"some-class\">This font size will be 20px</div>\n </div>\n );\n }\n \n const TestComponent = ({ children, ...props }) => (\n - <div\n - css={`\n - color: white;\n - background: black;\n - `}\n - >\n - {children}\n - </div>\n + <div css={`color: white; background: black`}>{children}</div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 65.98926100006793,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 63.77358699997421,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 62.94909300003201,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 64.14565600000788,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 62.82103999995161,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 62.71972699998878,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 61.969281000085175,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 68.80701400001999,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 0.4120729999849573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 90.12802900001407,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 72.95943799999077,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 65.04413199995179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 66.3667650000425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 65.31255700008478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 69.40297900000587,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 65.4341490000952,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 64.87136799993459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 0.8621059999568388,
"failureMessages": [
"indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.91661499999464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 66.81197200005408,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 60.8789729999844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 61.48951099999249,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 60.477707000100054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 61.76556900003925,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 62.775203999946825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.12227599998005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 0.3913539999630302,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 60.30426199990325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.94488900003489,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.3592939999653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.94389200001024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.84696900006384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.64796400000341,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.58106599992607,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 57.57231399999,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 0.4059109999798238,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.29110100003891,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.00444100005552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 57.83698300004471,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 57.58055900002364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.22231099999044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 57.601309000048786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.077037999988534,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 57.8519330000272,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 1.0387880000052974,
"failureMessages": [
"styled-components-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components-with-expressions.js format 1`\n \n - Snapshot - 30\n + Received + 27\n \n @@ -47,52 +47,49 @@\n }\n `;\n \n =====================================output=====================================\n const Button = styled.a`\n - /* Comment */\n - display: ${(props) => props.display};\n + /* Comment */\n + \tdisplay: ${(props) => props.display};\n `;\n \n styled.div`\n - display: ${(props) => props.display};\n - border: ${(props) => props.border}px;\n - margin: 10px ${(props) => props.border}px;\n + \tdisplay: ${(props) => props.display};\n + \tborder: ${(props) => props.border}px;\n + \tmargin: 10px ${(props) => props.border}px ;\n `;\n \n const EqualDivider = styled.div`\n - margin: 0.5rem;\n - padding: 1rem;\n - background: papayawhip;\n + margin: 0.5rem;\n + \t\tpadding: 1rem;\n + \tbackground: papayawhip ;\n \n - > * {\n - flex: 1;\n + \t> * {\n + \tflex: 1;\n \n - &:not(:first-child) {\n - ${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n - }\n - }\n + \t&:not(:first-child) {\n + \t\t\t${(props) => (props.vertical ? \"margin-top\" : \"margin-left\")}: 1rem;\n + \t\t}\n + \t}\n `;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 70.6367859999882,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 65.92090799997095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 66.73220600001514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 67.42954499996267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 64.23879799991846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 65.32401400001254,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 64.36130800005049,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"styled-components-with-expressions.js"
],
"duration": 69.10074400005396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 0.7866850000573322,
"failureMessages": [
"styled-jsx-with-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx-with-expressions.js format 1`\n \n - Snapshot - 17\n + Received + 16\n \n @@ -46,47 +46,46 @@\n `}</style>;\n \n =====================================output=====================================\n <style jsx>{`\n div {\n - display: ${expr};\n + display: ${expr};\n color: ${expr};\n ${expr};\n ${expr};\n background: red;\n - animation: ${expr} 10s ease-out;\n + animation: ${expr} 10s ease-out;\n }\n @media (${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - ${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + ${expr} {\n + color: red;\n + }\n }\n @media (min-width: ${expr}) {\n - div.${expr} {\n - color: red;\n - }\n - all${expr} {\n - color: red;\n - }\n + div.${expr} {\n + color: red;\n + }\n + all${expr} {\n + color: red;\n + }\n }\n @font-face {\n ${expr}\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: linear ${seconds}s ease-out;\n + animation: linear ${seconds}s ease-out;\n }\n `}</style>;\n \n <style jsx>{`\n div {\n - animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused\n - slidein;\n + animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused slidein;\n }\n `}</style>;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 66.78966999996919,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 64.69374600006267,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 62.48313200008124,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 62.99897100008093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 62.07285100000445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 62.976273000007495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 66.44713400001638,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"styled-jsx-with-expressions.js"
],
"duration": 63.81012699997518,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 1.1645040001021698,
"failureMessages": [
"styled-jsx.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-jsx.js format 1`\n \n - Snapshot - 64\n + Received + 48\n \n @@ -85,103 +85,87 @@\n }\n `;\n \n =====================================output=====================================\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n + \t/* a comment */\n + \tdiv :global(.react-select) {\n + \t\tcolor: red; display: none\n + \t}\n `}</style>;\n \n <div>\n <style jsx>{`\n - /* a comment */\n - div :global(.react-select) {\n - color: red;\n - display: none;\n - }\n - `}</style>\n + \t/* a comment */\n + div :global(.react-select) {\n + color: red; display: none\n + }`}</style>\n </div>;\n \n <div>\n - <style jsx>{`\n - div {\n - color: red;\n - }\n - `}</style>\n + <style jsx>{`div{color:red}`}</style>\n </div>;\n \n <div>\n <style jsx>{`This is invalid css. \n Shouldn't fail.\n Shouldn't be formatted.`}</style>\n </div>;\n \n const header = css`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerResolve = css.resolve`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n const headerGlobal = css.global`\n - .top-bar {\n - background: black;\n - margin: 0;\n + .top-bar {background:black;\n + margin: 0;\n position: fixed;\n - top: 0;\n - left: 0;\n - width: 100%;\n - text-align: center;\n - padding: 15px 0 0 1em;\n - z-index: 9999;\n - }\n + \ttop: 0;left:0;\n + \twidth: 100%;\n + text-align: center ;\n + \tpadding: 15px 0 0 1em;\n + \t\tz-index: 9999;\n + }\n \n - .top-bar .logo {\n - height: 30px;\n - margin: auto;\n + .top-bar .logo {\n + height: 30px;\n + margin: auto; \n position: absolute;\n - left: 0;\n - right: 0;\n - }\n + \tleft: 0;right: 0;\n + }\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 68.36227100004908,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 68.88428500003647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 88.86033099994529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 70.67225599999074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 69.34404800005723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 67.79362200002652,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 67.96627799991984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"styled-jsx.js"
],
"duration": 70.60242000001017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 103)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 383909.96063700004,
"end": 387177.4250970001,
"runtime": 3267,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.41069000004790723,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.32581599999685,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.8173849999439,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.50446299999021,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.813752999994904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 74.28389900003094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.86379600001965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 80.70155400002841,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.65200000000186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 0.6209640000015497,
"failureMessages": [
"comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 103)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.28690299997106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.17747999995481,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.679955999949016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.199722000048496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.187558000092395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.45929899998009,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.3528229999356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 58.671673999982886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 0.4732170000206679,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 61.44589500001166,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 63.85131299996283,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.589578999904916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.17421500000637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.2772849999601,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.415565000032075,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.14118699997198,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 61.26136599993333,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 0.3979859999381006,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.742874999996275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.32124199997634,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.122972000041045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.078531000064686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.063827000092715,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.5756939999992,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.35010100004729,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.25166299997363,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 0.42972599994391203,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.65101499995217,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 59.17970600002445,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.83871999999974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.15320599998813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.76625700003933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.57484699995257,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.22766999993473,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.36649199994281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.41237400006502867,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 61.17942599998787,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 61.356710999971256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.685255999909714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.83822999999393,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.159112000023015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.94377200002782,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.55642099992838,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.87378299992997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 387302.17302600003,
"end": 387857.26382700005,
"runtime": 555,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.48623200005386025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 71.7695090000052,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 66.15734300005715,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.37317100004293,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 58.80084999999963,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.19229899998754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.45319900009781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.30499700002838,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.529195999959484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 25,
"numPendingTests": 0,
"perfStats": {
"start": 387958.43045,
"end": 389579.929721,
"runtime": 1621,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-default.js"
],
"duration": 0.3820859999395907,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.46278499998152,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.45183099992573,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.19069999991916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.36960600002203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.70166199991945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.94725099997595,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.06808500003535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.372212000074796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 0.7772579999873415,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 64.99619600002188,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 63.3015519999899,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.32899599999655,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.32391999999527,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.55062300001737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 60.47534100001212,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.17316700005904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.970343000022694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 0.6957350000739098,
"failureMessages": [
"parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.77979800000321,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.32798899989575,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.43281000002753,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.44016600004397,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.35595100000501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.25749700004235,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 64.63285299995914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 62.02973699988797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 389709.86581600003,
"end": 390274.8603330001,
"runtime": 565,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.618049000040628,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 72.63677700003609,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.33466799999587,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.91782900004182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 60.49227700009942,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.807024999987334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.14910600008443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.0448369999649,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.69091500004288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 390376.220663,
"end": 391471.428162,
"runtime": 1095,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.5171700000064448,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.18344099994283,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.30408599996008,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.73692900000606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.3610869999975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.605962000088766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.367751999991015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.373235999955796,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.041192000033334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4303670000517741,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.6463249999797,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.102872999967076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.78653700009454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.99971999996342,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.525324999936856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.06623200001195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.88373900006991,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.71479499991983,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 391603.657919,
"end": 393202.28111800004,
"runtime": 1599,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 0.47479000000748783,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.57218899996951,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.19993100001011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 58.929899999988265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 58.12584900006186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 58.51118399994448,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 58.977940000011586,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.45573499996681,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.04629100009333,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 0.3902409999864176,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 57.999479999998584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.81971000006888,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.21258300007321,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 57.65309499995783,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.05676199996378,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.34118499991018,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.68862200004514,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.5814010000322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 0.3896599999861792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.418078000075184,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.77230900002178,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.60896300000604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.0258460000623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.34577899996657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.79669400001876,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.71178000001237,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.007759000058286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 393303.87006600003,
"end": 393876.9020870001,
"runtime": 573,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"require.js"
],
"duration": 0.607389000011608,
"failureMessages": [
"require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.20169899996836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.83699800004251,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.492182999965735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.79660799994599,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.22117000003345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.57082599995192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.76901499996893,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.6780120000476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 25,
"numPassingTests": 308,
"numPendingTests": 0,
"perfStats": {
"start": 394006.6338940001,
"end": 413562.41721600003,
"runtime": 19556,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 25,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.9609120000386611,
"failureMessages": [
"array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.54315500007942,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.62254199991003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 57.893219999969006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.80488599999808,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 57.854541000095196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.613792999996804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.952479999978095,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 58.94122499995865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 0.7348080000374466,
"failureMessages": [
"boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.52705699997023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 58.399219999904744,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 58.02907499996945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 58.72707499994431,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 57.15536499989685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 58.571559999953024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 58.893846999970265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 58.20505300001241,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 0.7554359999485314,
"failureMessages": [
"boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 58.1868999999715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 57.9837370000314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 57.58968999993522,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 57.68191399995703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 57.520477000041865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 57.790307999937795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 58.47391800000332,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.37523999996483,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.7994990000734106,
"failureMessages": [
"boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.568115999922156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.32435100001749,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 57.54255100002047,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.347131000016816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 57.13855700008571,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.24109100003261,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.13225899997633,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 57.755286000086926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 0.7307199999922886,
"failureMessages": [
"class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.264381999964826,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.405896999989636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 58.05961300001945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 57.53994899999816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 58.20937199995387,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 58.530585000058636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 58.149861000012606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 58.146160000003874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 0.7115239999257028,
"failureMessages": [
"different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.56766099995002,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.26781800005119,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.33438500005286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 58.20137699996121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 58.27901599998586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 58.845365999965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 58.857359000016004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 58.64926199999172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 0.691306000109762,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.176669000065885,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.71306799992453,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.194086000090465,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.807495999964885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.58612600003835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 58.228707000031136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 58.098360999953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.85862099996302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 0.6928400000324473,
"failureMessages": [
"function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.33037699991837,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 58.289655000087805,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 58.037357000052,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 58.27453699999023,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 57.725057999952696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.307978000026196,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 58.68215800006874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 58.754541000002064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.5368069999385625,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.9705069999909,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.04674499994144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.566660000011325,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 57.965460999985225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 57.41261100000702,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.615686999983154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.84266999992542,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.55022299999837,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 0.8849199999822304,
"failureMessages": [
"ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 58.363496999954805,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.275459000025876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 57.22106699994765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 58.24716400005855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 57.92745199997444,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 58.71063499990851,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.3862440000521,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.380257000098936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 0.5500420000171289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.746047000051476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.272651999956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 57.75684699998237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 58.28522600000724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 57.855815000017174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 58.76477300003171,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 58.97540100000333,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.16065900004469,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 0.5569739999482408,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 59.55736800003797,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 58.46579899999779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 58.78970299998764,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 58.793689999962226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 57.70516700006556,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 58.344306999933906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 58.55586200009566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 59.107651000027545,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 0.5551909999921918,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.058588000014424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 58.581927000079304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 58.29347199993208,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 58.90839400002733,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 57.94600499991793,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 58.643202999955975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 58.55837599991355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 57.892848999937996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 0.5363760000327602,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.307526999968104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 58.11385799990967,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 57.66876400006004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 58.55591999995522,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.94699700002093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.7195579999825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.51849899999797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 58.53021400002763,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 0.5380489999661222,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.83258799999021,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.088772999937646,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.08023800002411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.44631600007415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.71764399996027,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.741586999967694,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.433984000002965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.59197900001891,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 0.5164680000161752,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 57.57319399993867,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.39729999995325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 98.87813700002152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 68.5845510000363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 57.37938399997074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.06099999998696,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 57.82805399992503,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.31776800006628,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 1.0522130000172183,
"failureMessages": [
"issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.35894599999301,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 59.07796100003179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 59.27249000000302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 59.57624099997338,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 58.19202899991069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 59.85922300000675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 58.60770000005141,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 59.75404599995818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 0.5970100000267848,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.28046999999788,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 59.38621999998577,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 58.6747210000176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 58.698147999937646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 57.522088999976404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 58.75311399996281,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 58.65304299991112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 59.78772900009062,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 0.9787350000115111,
"failureMessages": [
"module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 61.596921999938786,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.2888990000356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 57.91923100000713,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 58.83750299992971,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 57.870282000047155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.15239900001325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 57.57237000006717,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 57.777876000036485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 0.7625100000295788,
"failureMessages": [
"module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 57.92553999996744,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 58.656569999991916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 59.57324199995492,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 58.43646500003524,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 56.391769999987446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 58.198728999937885,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 58.67353499995079,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 58.42232100002002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 0.8613459999905899,
"failureMessages": [
"module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 58.12897399999201,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 58.25477999995928,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 57.709907999960706,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 57.110939999925904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 57.06164199998602,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 57.93993699993007,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 57.63810400001239,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 57.73732000007294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 0.7612469999585301,
"failureMessages": [
"module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.154753000009805,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.847890999983065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.953940999927,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 57.22056299995165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 57.91901000007056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 57.90855300007388,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.02468199993018,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.346035999944434,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 0.7855230000568554,
"failureMessages": [
"multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.70243099995423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.95167500001844,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 58.11446299997624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 84.13372799998615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 58.61089000001084,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 57.854799999971874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 58.32750099990517,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 58.46108899998944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 1.0215760000282899,
"failureMessages": [
"multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.050825999933295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.93410300009418,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.05892099998891,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 57.798458000062965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.48552699992433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 57.93079600005876,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.42214600008447,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.403074000030756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 0.5965589999686927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 58.04400200000964,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 58.8583449999569,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 57.64518800005317,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 57.74462999997195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 57.69710800005123,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 58.72932100004982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 58.649117000051774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 58.198805000050925,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.6738229999318719,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.1715860000113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 58.39647999999579,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 57.531106999958865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 58.16915800003335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 57.158800999983214,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.80488900002092,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 57.49098799994681,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.32949799997732,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.776196000049822,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 57.951762999990024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.29107999999542,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 57.44121299998369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 57.77749300003052,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 56.934734000009485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 57.72565699997358,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 57.602884000050835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.02434100001119,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 0.738766000024043,
"failureMessages": [
"nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 59.90717100002803,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 57.69861600000877,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 57.879015999962576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 57.68923299992457,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 57.322522999951616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.44627399998717,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.766253000008874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.66981200000737,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 0.5604610000737011,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.96094900008757,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.397721999906935,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 57.90952500002459,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.50076200009789,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 57.77274899999611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 57.77022500010207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 57.96274900005665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.26753399998415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 0.7611379999434575,
"failureMessages": [
"object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.997666999930516,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.670551000046544,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.82851999998093,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.96952099993359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.195763999945484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 58.87748000002466,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.152642000000924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 58.497603999916464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 0.7534130000276491,
"failureMessages": [
"range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 57.62973199994303,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 57.95037299999967,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 57.46507100004237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 58.02078000002075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 57.14721399999689,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 57.513131999992765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 58.37674700003117,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 58.59002200001851,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 0.7637419999809936,
"failureMessages": [
"range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.27809799998067,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.457542999996804,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.15169500000775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 57.73129200004041,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 57.351805000100285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.48153700004332,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 57.45985300000757,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.51266200002283,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.8234940000111237,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.71133799990639,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.59725899994373,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 57.69844700000249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.385576999979094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 56.847664000000805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.0656659998931,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.36778999993112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.65469499991741,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 0.7641440000152215,
"failureMessages": [
"reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 56.623247000039555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 57.42293100000825,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 56.82857400004286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 70.55101499997545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 57.20005400001537,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 56.932560999994166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 56.528083999990486,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 56.359308999963105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 1.1446670000441372,
"failureMessages": [
"start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.644804000039585,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.95374599995557,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.46014700003434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 57.71105400007218,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.89127299992833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.48414099996444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.472208000021055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.72560499992687,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 0.6790129999862984,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.38020199991297,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 58.52876900008414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 58.12607100000605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.57512100005988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 58.18154499994125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.66295100003481,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.9494260000065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 58.27939899999183,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 0.7936979999067262,
"failureMessages": [
"whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 56.83928499999456,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.261184000060894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.31385300005786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 56.9137299999129,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.095799000002444,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.10343599994667,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.026484000030905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 56.77474300004542,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 413695.328219,
"end": 416067.07516800007,
"runtime": 2372,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 0.5945550000760704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 72.12390699994285,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 69.156665999908,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.15521500003524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 67.231351000024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 64.28862700005993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 66.57414200005587,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 66.79003899998497,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 72.26132600009441,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4468669999623671,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.93564799998421,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.82544000004418,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.515921000042,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.42775300005451,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.52852800011169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.88960600004066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.024380999966525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.75361800007522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 0.4418789999326691,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 89.19478000001982,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 67.70990599994548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 64.93627599999309,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 64.42373100004625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 63.741304000024684,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.44618800003082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 64.73569699993823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 64.6343539999798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 0.469660000060685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 71.78360600001179,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 69.17420499993023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 65.01163900003303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 63.78604900010396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 66.72486200009007,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 70.69803900003899,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 63.547377999988385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 64.63792200002354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 416211.66572000005,
"end": 417462.27428400004,
"runtime": 1251,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 0.6897139999782667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 95.8856149999192,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 75.05101099994499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.93431100004818,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 72.12262399995234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 67.7031470000511,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.80382699996699,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.79519299999811,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 69.7576260000933,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.44772899989038706,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.28018699993845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 77.31775700009894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.22622599999886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.62920100009069,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 64.54571199999191,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.99612700007856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.717301000026055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.69683800009079,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 417595.69788800005,
"end": 419403.050327,
"runtime": 1807,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"chaining.js"
],
"duration": 0.8918330000014976,
"failureMessages": [
"chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 95.83494299999438,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 80.80353700008709,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 72.84198000002652,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 75.30242500000168,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 68.18588800006546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 69.3776160000125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 68.33110599999782,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 75.59136799990665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5148950000293553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.62059299997054,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.12203399999999,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.052031000028364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 75.6432049999712,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.03416499996092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.90685300005134,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.86694900004659,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.29259600001387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 0.4326609999407083,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.63764099997934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.97804299998097,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.49541400000453,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.86271899996791,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.43479600001592,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.795189000084065,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 58.853217000025325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.10594799998216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 419506.779935,
"end": 420039.160579,
"runtime": 532,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 0.41424700000789016,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.90578999998979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.94134900008794,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.62261600000784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.05305600003339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.12008499994408,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.231910999980755,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.82031300000381,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.668101999908686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 420168.89702400006,
"end": 422338.9223290001,
"runtime": 2170,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.5372080000815913,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.217964000068605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.71850300009828,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.61894199997187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.009265000000596,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.62910500005819,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.23647500004154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.04584599996451,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.93533400003798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 0.438691999996081,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.39863800001331,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.17763200006448,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.40139500005171,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 58.34262800007127,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 58.421108999988064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 58.33780600002501,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 58.454368000035174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 58.072678999975324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 0.44303099997341633,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.145212000003085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 60.45074100000784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 59.797802999964915,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.230832000030205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 59.09357300004922,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 59.082613999955356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 59.60255700000562,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 59.78442800010089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4200379999820143,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.27644300006796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.33360799995717,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.41622300003655,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.947903999942355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.819490999914706,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.841833999962546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.697717000031844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.35609300003853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 422469.268133,
"end": 423022.319611,
"runtime": 553,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 0.693059999961406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.66811599989887,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.20254600001499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 59.92419099994004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 61.03692999994382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 60.938210999942385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 60.76653100003023,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 61.4449340000283,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 60.58961000002455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 423136.30333,
"end": 424768.683788,
"runtime": 1632,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.45296000002417713,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.78725100005977,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.70562100003008,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.297604999970645,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.22370099998079,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.630894999951124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.54924199997913,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.6054020000156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.48346900008619,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 0.4279019999084994,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 68.8393840000499,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.87769800005481,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 61.19482000009157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 60.752227999968454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 60.49678499996662,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 59.78814100008458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 60.09487400006037,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 59.871522000059485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 0.42329399997834116,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.45855500001926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.16594799992163,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.01536700001452,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.10656200000085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 58.2612290000543,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 58.71472700010054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.50520599994343,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 58.98741900001187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 424898.14948600007,
"end": 426534.499798,
"runtime": 1636,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.6309139999793842,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.990228999988176,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.94365399994422,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.770219000056386,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 57.56446599995252,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.31997599999886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.185843999963254,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.878641000017524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.10649200004991,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.46360900008585304,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.47871799999848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 64.96778299997095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.099010000005364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.8463810000103,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.8916479999898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 65.61118600005284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.59899799991399,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.598706000018865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.410329999984242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.81935899995733,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.569311000057496,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.66473199997563,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.189225999987684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.19068699993659,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 57.841611000010744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.43752499995753,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.331250000046566,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 426668.797823,
"end": 427783.8887100001,
"runtime": 1115,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 0.6365140000125393,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 61.78091999993194,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.94919800001662,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 58.95539600006305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 58.92426799994428,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.02918800001498,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.543180999928154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.18671700009145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 63.048639000044204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 0.44242099998518825,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 67.96679100010078,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 64.11173199990299,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 61.808226999943145,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 62.921996000106446,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 61.70093900000211,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.10605199995916,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.94663799996488,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 64.27533999993466,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 427919.0944190001,
"end": 428555.55194300006,
"runtime": 636,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 0.5787049999926239,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 68.84743800002616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 85.75309399992693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 64.82570200006012,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 76.00230099994224,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.63747999991756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 69.06294999993406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 70.16769599996042,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 68.42830999998841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 428675.157201,
"end": 429215.4719720001,
"runtime": 540,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4904100000858307,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.7398749999702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.54018700006418,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.92074199998751,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.89100699999835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.28200300002936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.332265999983065,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.87932399997953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.996947000036016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 429323.017387,
"end": 429870.678388,
"runtime": 548,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"windows.js"
],
"duration": 0.5188930000877008,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 58.6622610000195,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.61668400000781,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 58.95905700000003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.37657800002489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.254160000011325,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 58.481134000001475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 58.85611900000367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.26686199998949,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 429996.071273,
"end": 430550.269572,
"runtime": 554,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.4597420000936836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.523480999981984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 61.25617599999532,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 61.06283099995926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.17689500004053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.98379199998453,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.77676999999676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.10513299994636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.152432000031695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 430655.07574900007,
"end": 432248.98424500006,
"runtime": 1594,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 0.5111190000316128,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.51829200005159,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.65199899999425,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.48936800006777,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.46087299997453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.636778999934904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.66411999997217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.457984000095166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.146992999943905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4367090000305325,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.50595600006636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.74939899996389,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.11301500000991,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.11636099999305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.83069400000386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.38556600001175,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.78039600001648,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.851777000003494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 0.4164500000188127,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.15460500004701,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.167442000005394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.80771600001026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.33093799999915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.49607500003185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.22940499999095,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.423335999948904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.30295199993998,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 432363.83820600004,
"end": 432914.075924,
"runtime": 550,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 0.5132730000186712,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 59.27846699999645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 59.120478000026196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.791380999959074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.12427800009027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 57.82955199992284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.50590900005773,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 59.02481999993324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.073142000008374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 126)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 44,
"numPendingTests": 0,
"perfStats": {
"start": 433020.125783,
"end": 435823.473532,
"runtime": 2803,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 0.4366089999675751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.53356800007168,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.71786100009922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 58.940975000034086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 58.96630099997856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.04426399990916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.010822999989614,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.003627999918535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.53443800006062,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 0.4413479999639094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.28107100003399,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.249356999993324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 61.91440499993041,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 63.398975000018254,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 61.51114799990319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 60.89070799993351,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.40279000008013,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 61.18021600006614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 0.7501570000313222,
"failureMessages": [
"expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 126)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 81.0752939999802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 63.61778299999423,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.46895600005519,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.01515200000722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.10121999995317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.36589699995238,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.791797999991104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.508818999980576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 0.4445739999646321,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.82800499990117,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.66361499996856,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 63.37643299996853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 64.01395499997307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.11615999997593,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 63.04346600000281,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.81273100001272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 63.976007000077516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 0.47209499997552484,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.94204200000968,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.33874100004323,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.34519299992826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.66846800001804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.69099000003189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.19881900004111,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.288867000024766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.18400699994527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 435963.50361700007,
"end": 437578.160636,
"runtime": 1615,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 0.555430999957025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.391031999955885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.58822399994824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.01667699997779,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.77051000006031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.43357999995351,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.97341099998448,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.62216200004332,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 61.048615999985486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 0.4555339999496937,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.20859799999744,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.09422800003085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.482084000017494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.45647699991241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.28367899998557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.53029600006994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.309929999988526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 59.74887100001797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 0.3976750000147149,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.52484800003003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.53968899999745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.67519400001038,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 57.64404100005049,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.43733600003179,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.74294600007124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.59119700000156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.46889000001829,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 437712.85536200006,
"end": 438265.42076500005,
"runtime": 553,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.6359970000339672,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.8069779999787,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.50703199999407,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.67927999992389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.65350999997463,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.58895900007337,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.04468499997165,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.746816999977455,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.0292040000204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 438383.590279,
"end": 438934.797381,
"runtime": 551,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 0.4246970000676811,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 60.53297499998007,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.62834599998314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.13677199999802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.483208999969065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.088122999994084,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.20767700008582,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 60.05237799999304,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.46854000003077,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 439039.92908100004,
"end": 440129.42117700004,
"runtime": 1089,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.42775199993047863,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.34002900007181,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.85177199996542,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.5678220000118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.80102299991995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 59.977409999934025,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.976340000052005,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.61592999997083,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.07398300000932,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 0.40903700003400445,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.79647199995816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 60.779429999995045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 58.93197599996347,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 60.187272000010125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.429361999966204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.99727399996482,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.762612999998964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 60.30984200001694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 440247.2697470001,
"end": 440796.569042,
"runtime": 549,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 0.4449739999836311,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.79636999999639,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.81306299997959,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 58.75360100006219,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 58.77805699990131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.54602300003171,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.27711300004739,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 58.98042000003625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.452516000019386,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 440904.80869900004,
"end": 441469.998958,
"runtime": 565,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await.js"
],
"duration": 0.4438820000505075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.49885900004301,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.27087799995206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 59.54311999992933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 59.713115000049584,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.88838100002613,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.57317999994848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 63.59070800000336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.03389999992214,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 61,
"numPendingTests": 0,
"perfStats": {
"start": 441585.760871,
"end": 445482.66841200006,
"runtime": 3897,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.45806900004390627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.55322699993849,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.19182800000999,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.99546500004362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.247024000040255,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.55439400009345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.6713560000062,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.18463400006294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.88280400005169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 0.7797619999619201,
"failureMessages": [
"continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 73.32948499999475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.79294900002424,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 62.309174999943934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 63.968258999986574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 61.8811220000498,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 62.128802000079304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 61.88748800009489,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 62.95324299996719,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 0.44642799999564886,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 65.92821799998637,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 63.00687700009439,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 64.34289600001648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 61.21357300004456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 60.24302599998191,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 61.825528000015765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 62.13988699996844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 62.3140340000391,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 1.0267949999542907,
"failureMessages": [
"continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 67.4076280000154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 62.892727000056766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.696897999965586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.914313000044785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.2003820000682,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.75530599988997,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 63.08634800009895,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.46515599999111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 0.4478400000371039,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.603046000003815,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 58.57834200002253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 69.53894700005185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 59.15841199993156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 81.7634160000598,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 62.46099100005813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 61.098146000062115,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.01399100001436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 0.48494899994693696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.78801200003363,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.231922999955714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.57971100008581,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 59.82448700000532,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 59.60501199995633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.14002199994866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.625918000005186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.13200700003654,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 0.4110509998863563,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 59.05833100003656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 59.65804799995385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.07323900004849,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.46267000003718,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.65842899994459,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.769873000099324,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.46769299998414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.21158500004094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 445598.91792000004,
"end": 446681.74253100005,
"runtime": 1083,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 0.4443410000531003,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.06623699993361,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.78361999988556,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.46095899993088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 57.55298300005961,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 57.9618939999491,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.90211399993859,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 57.750710999942385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 60.91539500001818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 0.479607000015676,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 59.37632499996107,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 62.01737500005402,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 64.7079799999483,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.97835499991197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.11722699995153,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.49774899997283,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 57.95560999994632,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.596390999970026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 50,
"numPendingTests": 0,
"perfStats": {
"start": 446799.904476,
"end": 450021.56255400006,
"runtime": 3222,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 0.5857479999540374,
"failureMessages": [
"binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.71007699996699,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.095070000039414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 58.45686299994122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 58.76821899996139,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.259655999951065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 58.9791569999652,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.58827800001018,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.17647700000089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 0.7971279999474064,
"failureMessages": [
"body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 65.24766300001647,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.00976499996614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 57.6049649999477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 58.62839600001462,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 58.060626000049524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 58.18372199998703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 58.542538000037894,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.03294800000731,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 0.5916420000139624,
"failureMessages": [
"class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.6299880000297,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 59.45812199998181,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.38741700001992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.47363999998197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.17311900004279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.177248999942094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.63035799993668,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.90659700008109,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 0.40237600007094443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 59.166453000041656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 69.20248699991498,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.04723899997771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.62624700006563,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.795303000020795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.690996999968775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.68067799997516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.91286000004038,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 0.6925109999720007,
"failureMessages": [
"function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 59.527449000044726,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.37314499996137,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.06403200002387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 59.23165099998005,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.592093000072055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 59.642693000030704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.760622999980114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.00795100000687,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.42824499995913357,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.80286099994555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 58.90605699992739,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 58.5726999999024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 58.843362999963574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 58.31597899994813,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.06938900006935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.03705400007311,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.25221900001634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 90,
"numPendingTests": 0,
"perfStats": {
"start": 450134.0567170001,
"end": 455507.166431,
"runtime": 5373,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 0.5199769999599084,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 60.32025099999737,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.92129399999976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 60.274045999976806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 60.14484800002538,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.081884999992326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.95354299992323,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.98235299997032,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.247157999896444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 0.40354900003876537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 60.80550999997649,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 60.85895499994513,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.43145600007847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.27892700000666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 58.51949500001501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.364758000010625,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.90924500010442,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.522228999994695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 0.42053999996278435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.144165999954566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.605839999974705,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.81606099999044,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.60446299996693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.41030900005717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 60.98512099997606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.47143200004939,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 58.85089900007006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 0.40795699995942414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.10818600002676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.12081700004637,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 58.838318999973126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.19775799999479,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.12415199994575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.092600999982096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.4183029999258,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 60.98457699990831,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 0.4546039999695495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.13071900000796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.84057900006883,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.235881000058725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 58.71758799999952,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.26569000002928,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 58.90286000003107,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.33121000009123,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 60.14340800000355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 0.5233429999789223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.78429399989545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.441040999954566,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.30106600001454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.37557299993932,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.929665000061505,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 61.52622799994424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.137905000010505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.49734800006263,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 0.4130160000640899,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.853586999932304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 60.13604500005022,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.513064999948256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.93787500006147,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.10028199991211,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 60.10528800007887,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.42075799999293,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.612475999980234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 0.42257399996742606,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 60.15315200004261,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.95491099997889,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.34295600000769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.06889199989382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.74140300008003,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.82172900007572,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.30253500002436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.85901000001468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 0.4883080000290647,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.08225900004618,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 59.52500900009181,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 59.85191199998371,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.92035900009796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.94859800010454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.05422499997076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 58.46843699994497,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.18296400003601,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 0.4123550000367686,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.27324699994642,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.74114900000859,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.95324800000526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.2881879999768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 60.5409750000108,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 60.146686999942176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.152847999939695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 60.13762999989558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 455651.23883000005,
"end": 456731.41104200005,
"runtime": 1080,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"body.js"
],
"duration": 0.556345000048168,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.20746800000779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.1935110000195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.2997589999577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.57413900003303,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.886491999961436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.27059500000905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.837755000102334,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.642056999960914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.48344900005031377,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.28959900001064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.83666999998968,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.66109599999618,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 58.57118599989917,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 57.94196600001305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 58.852278999984264,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 58.70662599999923,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.551056000054814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 456874.45479800005,
"end": 458551.326257,
"runtime": 1677,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.6207470000954345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 67.93775499996264,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.23860699997749,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.75967900000978,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 61.05456600000616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.28186099999584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.69381899992004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 63.23214500001632,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.4605899999151,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.5032650000648573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.0641150000738,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.345748000079766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.18033000000287,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.114074000041,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.447715000016615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.43785799993202,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.10517500003334,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.20972799998708,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 0.478840000112541,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 65.07605599996168,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.95281299995258,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.10333799989894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.96571799996309,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.08156500000041,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.98312899994198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 63.31112199998461,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 63.249007000005804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 458672.28601200006,
"end": 459832.112216,
"runtime": 1160,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6690870000747964,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 83.15576200000942,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 68.9859689999139,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.43749699997716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.22637100005522,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.1307370000286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.64494399994146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.6929180000443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.81632300000638,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 0.4430720000527799,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.850684000062756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.37035300000571,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.60627799993381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.16077299998142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.71013000002131,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 60.24571199994534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.334073000005446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 60.32437699998263,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 459963.123458,
"end": 460514.40622400003,
"runtime": 551,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.5082249999977648,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 61.188164999941364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.97949100006372,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.10874599998351,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.0073750000447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.761026999913156,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.896705999970436,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.286944999941625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.46332199999597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 108,
"numPendingTests": 0,
"perfStats": {
"start": 460624.113474,
"end": 467221.466408,
"runtime": 6597,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.434015000006184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.65703899995424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.68421199999284,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.97726600000169,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.45470100000966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.68065400002524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.025449000066146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.911857999977656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.96650199999567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.4220729999942705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 67.58466500008944,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 64.67920100002084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.775386999943294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.60974899993744,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 70.73612299992237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 63.57550999999512,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.941952000022866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.90565900004003,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.42709199991077185,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 62.30560299998615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.390351999900304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.08354099991266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.84963999991305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.96785400004592,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.11224200006109,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 61.17539700004272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 61.28709700005129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4129160000011325,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.20954700000584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.268289000028744,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.841597000020556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.511324000079185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.56835200008936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.27090500004124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.25400799990166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.17051199998241,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 0.4236360000213608,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 63.11452599999029,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 63.05348200001754,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 60.99185399990529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.161538999993354,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.57901200000197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.87448400002904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.85301200009417,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.793086999910884,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6689369999803603,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 61.608910999959335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 61.05018000002019,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 62.9882440000074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.77057399996556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.726456000003964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.06007300002966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.06509300007019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.593157999916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.42479800002183765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.07881500001531,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.68831200001296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.04334099998232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 61.3185410000151,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.18523699999787,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.527953999931924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.671000999980606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 61.01059099996928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.4155200000386685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.67062500002794,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.38005299994256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.156128000002354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.12371199997142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.061468000058085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.29443199990783,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.149776000063866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.120034000021406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 0.423996000085026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.005214000004344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.35837600007653,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.066358000040054,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.23970700008795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.58222300000489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.48956200003158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.11688900005538,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.35143999999855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 0.41928799997549504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.22990000003483,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 63.33054499991704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.821019000024535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 64.98687899997458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.752719000098296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.64436199993361,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.60584099998232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 61.38496399996802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 0.41954799997620285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 70.84613499999978,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 62.77429299999494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.003294999944046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.613175999955274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.75809799996205,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.6865730000427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.545424000010826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.312556999968365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 0.4216020000167191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 62.10347600001842,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.68864599999506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.36979499994777,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.234704999951646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.81531899992842,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.34156199998688,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.244257000042126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.575851000030525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 142)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 467373.31785800005,
"end": 469017.12911,
"runtime": 1644,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.5386019999859855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.31913899991196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.46475799998734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.32056099991314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.19966200005729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.58524899999611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.53500300005544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.22323000000324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.47788300004322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 0.6522460000123829,
"failureMessages": [
"misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 142)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.84516899997834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 60.91890399996191,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 58.85454600001685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.565644000074826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 58.976463000057265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.27769100002479,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 60.42080399999395,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 61.26672499999404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.488236999954097,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 68.33634899999015,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.184483999968506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.129010000033304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.037335000000894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.50158599996939,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.5454299999401,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.72285199991893,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.156758999917656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 469156.807565,
"end": 469700.772075,
"runtime": 544,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.745041000074707,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.10187499993481,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.477522999979556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.13609299995005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.24930599995423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.66498799994588,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.18878600001335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.612427999963984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.35993999999482,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 469825.39089300006,
"end": 472185.04423,
"runtime": 2360,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.4667769999941811,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 79.49319499998819,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 69.15319099999033,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 65.89100599999074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.935368000064045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.11596199998166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.64033500000369,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.4387520001037,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.60592000000179,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 0.42343500000424683,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 61.35587500000838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.547814000048675,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.655245000030845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 61.15976199996658,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.455304999952205,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.50452499999665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 61.763363000005484,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.90514799999073,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 0.4489430000539869,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 92.1311149999965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 69.31469799997285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 70.19033600005787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 69.83048400003463,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 64.68728800001554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 66.92467300000135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 69.4659260000335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 67.14065900002606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 0.4180950000882149,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 62.88000100001227,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 62.136718999943696,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.39458300010301,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.230897000059485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.63232800003607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 61.000141000025906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.15031599998474,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.74464199994691,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 472326.60210200003,
"end": 472916.25303400005,
"runtime": 590,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.5413069999776781,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 69.30013200000394,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 67.88613200001419,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 63.835997999995016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 62.47129300003871,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 63.29176299995743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.80981999996584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 66.07544799998868,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 66.1238280000398,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 473053.422546,
"end": 473585.48309800006,
"runtime": 532,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"literal.js"
],
"duration": 0.5409960000542924,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.275138000026345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.42083299998194,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.72285599994939,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.838574999943376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.00463899993338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.896442999946885,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.3198750000447,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.69482799991965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 89,
"numPendingTests": 0,
"perfStats": {
"start": 473697.0382620001,
"end": 479155.9945820001,
"runtime": 5459,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 9,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 0.413116000010632,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.21604299999308,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.47749299998395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.46784800000023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.763001999934204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.98689199995715,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.7962749999715,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.33182600000873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.33407600002829,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 0.4362089999485761,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.39529100002255,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.81841900001746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.43541700008791,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.60622700001113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.06255599996075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.819248000043444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.50792800006457,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.51355000003241,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 0.4390750000020489,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 64.43975000001956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.76050500001293,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 60.9159679999575,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 60.99988600006327,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.35502399993129,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 60.869390000007115,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.04559899994638,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.07103799993638,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 0.5041869999840856,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.20927999995183,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.726594000007026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.27919899998233,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.17774600000121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.739370000083,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.5569770000875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.8296819999814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.478897999972105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 0.45940300007350743,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.85472599999048,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.982139999978244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.11893200001214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.887849999940954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.401069000014104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.72860000003129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 62.25538200000301,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.07913499989081,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 0.4221830000169575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.33726399997249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.33757199998945,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.3500570000615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.560093999956734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.10792099998798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.54916100006085,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.10606200003531,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 60.821215000003576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.42454799998085946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.266050000092946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.062811999931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.99130499991588,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.98576099995989,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.42721600004006,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.10681200004183,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.97897799999919,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.85983800003305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.6488290000706911,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 63.7362359999679,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.18164999992587,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.20137799996883,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.005410999991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.66373100003693,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.57697299995925,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.34038299997337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.537844999926165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.49695399997290224,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.96206700010225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.92367499996908,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.57616900000721,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.822703000041656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 58.839457000023685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.40996299998369,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.755209999973886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.67259500001092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 0.4258200000040233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 61.05485299997963,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.52641399996355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.03715300001204,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.5263650000561,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.318998000002466,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.287996999919415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.33132399991155,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.815000000060536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 479297.0991260001,
"end": 479829.928785,
"runtime": 533,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 0.6508529999991879,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.023830999969505,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.043522000079975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.02519900002517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.14306400006171,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 58.37273200007621,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.510866999975406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 58.890416999929585,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.98004900000524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 241,
"numPendingTests": 0,
"perfStats": {
"start": 479977.15006300004,
"end": 494701.78897700005,
"runtime": 14725,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 25,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.5312990000238642,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.65800300007686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.495412999996915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.273311999975704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.21386999997776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.6233540000394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.77688699995633,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 58.848194000078365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.77214799996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 0.4225340000120923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.49474300001748,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.478899999987334,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.50997400004417,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.41346800001338,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.777326999930665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.16998600005172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.91235899995081,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.50119800004177,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 0.3992599999764934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.615506999893114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.936284000054,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.387885999982245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 58.87966700003017,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 58.83960499998648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.02181499998551,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.76167599996552,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.78570599993691,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 0.4994889999506995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.15269600006286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.266250999993645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 59.83776000002399,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.72852499992587,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 59.925596999935806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.382981000002474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.1653449999867,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.895279000047594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 0.47892999998293817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.58514799992554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.45281899999827,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 58.81489500007592,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 58.995480000041425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 58.84523600002285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 62.142640999983996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.94180700008292,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.08623099990655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 0.4290859999600798,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 62.11167200002819,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.8937979999464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.24669800000265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.1767590000527,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.527839999995194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.423048999975435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.10308899998199,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.805773000000045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.4223329999949783,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.54024700005539,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.545674000051804,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.579052000073716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 59.90604499995243,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.54141199996229,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.50158799998462,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.000387000036426,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.585479000001214,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 0.7032009999966249,
"failureMessages": [
"discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 102.44641199999023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 65.69087599997874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.3685739999637,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 63.15759000007529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 62.688031000085175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.82584599999245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 67.18279600003734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 70.30597700004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 0.41971899999771267,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.45176700002048,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.18916399998125,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.309770000050776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.38414899993222,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 58.77810400002636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.6842460000189,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.93510999996215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.236118000000715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 0.39954100002069026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.738990000099875,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.74901100003626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 58.82762799994089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.46312800003216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.56935700005852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.60566600004677,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.24214099999517,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.18316200003028,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 0.6107580000534654,
"failureMessages": [
"issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 149)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.96712899999693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.84794799995143,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 59.73097699997015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.77268799999729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 59.85378000000492,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.92523199995048,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.749543000012636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.63019699999131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 0.469321999931708,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.28646599990316,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.71450800006278,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.141929000034,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 58.93705900001805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.278768000076525,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.36511300003622,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.88232900004368,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.770284999976866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 0.37401300005149096,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 58.76398100005463,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.288326999987476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.3261600000551,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 58.87222999997903,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 58.96171400009189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.12884199991822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.050866000005044,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 58.60402600001544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 0.4351680000545457,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.76483899995219,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.159223999944516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 58.586682999972254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.5297159999609,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.833657999988645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.50454200000968,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.63649800000712,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.42617899994366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 0.49723399989306927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.11642099998426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.52353400003631,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 59.23297500004992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 59.93181799992453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 59.71484699996654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 59.902772000059485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.30512999999337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.234127000090666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 0.4036179999820888,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.40158900001552,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.364871999947354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.53003899997566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 58.98899199999869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.48350600001868,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.81676700001117,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.65720000001602,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.73882800003048,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 0.45750999997835606,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.30624299996998,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.32160800008569,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.73305099993013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.9888740000315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.16125000000466,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.56617800006643,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.89836400002241,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.002358000027016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 0.4711850000312552,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 62.33285599993542,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.34817499993369,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 58.84733400004916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 58.68823200010229,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.6111980000278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.296010999940336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.076782000018284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.06675300002098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 0.4068250000709668,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.61014200001955,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.518041000002995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.61253499996383,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.983548999996856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.28870199993253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.08886999997776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.644037000020035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 59.342612000065856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 0.4082569999154657,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 64.37978299998213,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 64.04251400008798,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 61.06707400002051,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 61.687752999947406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 61.48415100004058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.300021999981254,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.896555999992415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.323359999922104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 0.5734070000471547,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.283265999983996,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.141185000073165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 58.54423800006043,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 58.80125700007193,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 58.08194900001399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.830816000001505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 60.67106399999466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.60967200004961,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 0.4550150000723079,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.70208299998194,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.86387600004673,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.47611499996856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.0715870000422,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 58.95846500003245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.52686799992807,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.751139000058174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.40204299998004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 0.42073999997228384,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.45864199998323,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.22507000004407,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.33037600002717,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.92008800001349,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 58.81936800002586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.033858000067994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.39848600002006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.10279699997045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 0.5309569999808446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 60.30715899995994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.24895299994387,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.821863000048324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.64477999997325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.68531700002495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.839503000024706,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.845635000034235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.69354399992153,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 0.42408699996303767,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 62.50527399999555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 62.219400999951176,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.27666499989573,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 60.95027700008359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 60.273092000046745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 60.724528999999166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.27783400006592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 64.62573099997826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 0.41159299993887544,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 62.92363299999852,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 61.326041000080295,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 58.945249999989755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.03364400006831,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 59.367725000018254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.57668299996294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.416247999994084,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.21726399997715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.4934570000041276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 61.56686400005128,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.76292100001592,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.7361399999354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.51917699992191,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.86672199994791,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.09760099998675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.81174200004898,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.387649000040255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 494859.270945,
"end": 498156.05133100005,
"runtime": 3297,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.536147000035271,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.76744399999734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.196045999997295,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.81461000000127,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.602469000034034,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.72830700001214,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.79426400002558,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.87515499989968,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.93928299995605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 0.4657250000163913,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.37291599996388,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.645544999977574,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.112034999998286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.82338399998844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.37929800001439,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.48595400003251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.01027600001544,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.39220400003251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 0.4992279999423772,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 71.48271000001114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.89329000003636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.600954000023194,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.11100399994757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.2495030000573,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.95526899991091,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.26376000000164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.54345099988859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 0.42870599997695535,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.215330000035465,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.432020999956876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.59066999994684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 58.680452000000514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 58.78283499996178,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.57602300005965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.53308399999514,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 60.66519700002391,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 0.4153099999530241,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.11699900007807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.62722999998368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.95961299992632,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.326010999968275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.003942999988794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.73119099996984,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.43795900000259,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.60760699992534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.426240999950096,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 64.95507300004829,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 65.40785299998242,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 61.66382299992256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.54462499998044,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.25993900001049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.64355599996634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 65.71250000002328,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.55420800007414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 498302.600082,
"end": 498835.82693800004,
"runtime": 533,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.6004269999684766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.23969199997373,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.1328799999319,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 58.67805600003339,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 58.42110100004356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 58.938294999999925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 58.88840299996082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.270352000021376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.23496899998281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 28,
"numPendingTests": 0,
"perfStats": {
"start": 498976.87569300004,
"end": 500667.844285,
"runtime": 1691,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5369289999362081,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.70649400004186,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.20977099996526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.886124999960884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.63618199992925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 61.2262290000217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.97179500001948,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.5429500000318512,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.6001830000896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.07512599998154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.09533999999985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.23040799994487,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.803409999934956,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.17923399992287,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 0.41071099997498095,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.59985199989751,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.002370000001974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.47402800002601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.73971300001722,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.25777400005609,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.51596099999733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.5011209999211133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.79778200003784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.82736500003375,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.51503800007049,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.85907699994277,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.43374300003052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.976196000003256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 500787.2756490001,
"end": 501641.0210640001,
"runtime": 854,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.4489129999419674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 60.081069999956526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.356399000040255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.19930699991528,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.019459999981336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.81673000007868,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.38158399995882,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 0.42936599999666214,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.244240999920294,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 58.75378400005866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.9919430000009,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.603897000080906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.532906000036746,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.59758099995088,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 501785.957195,
"end": 502200.73005500005,
"runtime": 415,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 0.8153519999468699,
"failureMessages": [
"return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.52313200000208,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 58.61360199993942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 58.633336000028066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.052777000004426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 58.987437000032514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.98515500000212,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 56,
"numPendingTests": 0,
"perfStats": {
"start": 502325.98823700007,
"end": 505744.335403,
"runtime": 3418,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.4492040000623092,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.64362300001085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.26714999997057,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.91743100003805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.14241199998651,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.17586700001266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.9284050000133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4328329999698326,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.706438999972306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.2119019998936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.84377100004349,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.08360500005074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.94952399993781,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.44444899994414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4187260000035167,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.9180870000273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.82045600004494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.19243599998299,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.1379710000474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.09449599997606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.57520000007935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 0.423175000003539,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 63.33809700002894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.242730000056326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.16964199999347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 59.60525400005281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.27801200002432,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.64297099993564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 0.4252290000440553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 61.83805999998003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 59.919193000067025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 60.47636299999431,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 61.12927799997851,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 60.328198999981396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 60.65220000001136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.4773869999917224,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.63384600006975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.21224499994423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.13593800005037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.36541299999226,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.25329000002239,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.172271999996156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.42673199996352196,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 66.79656699998304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 63.87736399995629,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.13106200005859,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.14948899997398,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.34057899995241,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.18177999998443,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.5036560000153258,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 65.51334800000768,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.73979200003669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.735671999980696,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.195761000039056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.860293000005186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 62.14142800006084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 505885.1731090001,
"end": 506715.89709900005,
"runtime": 831,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 0.5446930000325665,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 60.50836400000844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.50055200001225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.43175600003451,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 58.166742000030354,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 58.99953699996695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.14370999997482,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 0.516810999950394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 60.45880699995905,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 58.71301199996378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 59.525017000036314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 58.52146099996753,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 58.89544199989177,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 58.95973900007084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nembed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 116,
"numPendingTests": 0,
"perfStats": {
"start": 506862.383193,
"end": 514384.0323930001,
"runtime": 7522,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 14,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5472679999656975,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 70.34391300007701,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.88383199996315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.43636900000274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.499933999963105,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 65.20767199993134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.58049399999436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.4414089999627322,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.97276400006376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.42301500006579,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 64.67259699990973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 64.47917299997061,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 62.41009599994868,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.81495700008236,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 0.6253950000973418,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 64.30905999999959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.31510100001469,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.62358300003689,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.69713200000115,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.39203699992504,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.366777000017464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 0.8893000000389293,
"failureMessages": [
"dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.222265999997035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 58.70540299999993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.12128099997062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.35706999991089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.628656000015326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 70.56769699999131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 0.5187440000008792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 67.04923500004224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 65.42007600003853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.511737999971956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.05644199997187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 62.9711140000727,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 64.2154899998568,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 0.6713519999757409,
"failureMessages": [
"embed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 77.85609999997541,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 69.32913199998438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 67.65737800020725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 67.94409599993378,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 68.64426099997945,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 69.3038059999235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 0.4318180000409484,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.774672999978065,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.530017000157386,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 67.34163599996828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.53323299996555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 61.51478899992071,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.159104000078514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 0.42142899986356497,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 61.056884000077844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.36873300001025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.972319999942556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.82800199999474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.85606599994935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.69198799994774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 0.6189689999446273,
"failureMessages": [
"function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.709878999972716,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.47282200003974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.16379200015217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 60.198899999959394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 60.89925100002438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.07226899988018,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 0.5136819998733699,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.4887550000567,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.49475199985318,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.09889300004579,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.012343999929726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.007968000136316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 58.39032500004396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 0.4251270000822842,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 62.432336000027135,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 62.77184100006707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 62.25369799998589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 60.842114000115544,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 61.93321099993773,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 62.197589999996126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 0.48784600012004375,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.25548700010404,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 61.11586599983275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.97386799985543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.12927299994044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.424697999842465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.23843599995598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 0.42436700011603534,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.9519160001073,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.5969459998887,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 61.39349899999797,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.27091600000858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.57700999989174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 61.028056000126526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.42292500007897615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.59437000006437,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.21807299996726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.90809700009413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.89706199988723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.36900799977593,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.86239999998361,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 0.4195379999000579,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 61.424176999833435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 59.67320499988273,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.517019000137225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 59.50468600005843,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.04772699996829,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.690873000072315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.43744200002402067,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.66783300018869,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.49330800003372,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.81582099990919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.876389999873936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.80930099985562,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 83.62150299991481,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 0.5269200000911951,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 80.97747300006449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.99976100004278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.103549000108615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.98522300017066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 64.30821099993773,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 70.37521099997684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 0,
"numPendingTests": 0,
"perfStats": {
"start": 514538.26493100007,
"end": 514600.2357020001,
"runtime": 62,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.7925380000378937,
"failureMessages": [
"comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 514743.5315060001,
"end": 517069.65350400005,
"runtime": 2326,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 0.5518969998229295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 61.56671499996446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 0.45628700009547174,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 67.53533100010827,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 0.5784460001159459,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 59.82585299992934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 0.47543299989774823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 60.192181000020355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 0.4352779998444021,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 61.96653899992816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 0.46566400001756847,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 58.904328000033274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.4549839999526739,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.2444929999765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 0.41154300002381206,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 62.58174999989569,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 0.49134299997240305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 62.578466000035405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 0.4671979998238385,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 61.144462999887764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.4220229999627918,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.821086999960244,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.41622200002893806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.58925499999896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 0.49965899996459484,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 61.74835700006224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 0.41418800014071167,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 59.329280000180006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 0.7677929999772459,
"failureMessages": [
"satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 60.07991999993101,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 0.7229679999873042,
"failureMessages": [
"styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 62.28601899999194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.42089000018313527,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 60.387164999963716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6449410000350326,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.54021000000648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 0.42572900000959635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 60.42775100003928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 517214.270639,
"end": 517816.1215590001,
"runtime": 602,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.5428700000047684,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.40694999997504,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.25709700002335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.5459400000982,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.4340460000094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 0.41699300007894635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 58.723233999917284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.25997000001371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.09668800001964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.69800699991174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
}
],
"wasInterrupted": false
}
{
"bail": 0,
"changedFilesWithAncestor": false,
"ci": true,
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.js",
"bin/**/*.js"
],
"coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage",
"coverageProvider": "babel",
"coverageReporters": [
"text",
"lcov"
],
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"expand": false,
"findRelatedTests": false,
"forceExit": false,
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
"maxWorkers": 1,
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
"onlyChanged": false,
"onlyFailures": false,
"openHandlesTimeout": 1000,
"passWithNoTests": false,
"projects": [],
"reporters": [
[
"default",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/reporter.js",
{}
]
],
"rootDir": "/home/runner/work/biome/biome/prettier-repo",
"runTestsByPath": false,
"seed": -1539468569,
"skipFilter": false,
"snapshotFormat": {
"escapeString": false,
"printBasicPrototype": false
},
"testFailureExitCode": 1,
"testPathPattern": "",
"testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js",
"updateSnapshot": "none",
"useStderr": false,
"watch": false,
"watchAll": false,
"watchPlugins": [
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js"
},
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js"
}
],
"watchman": true,
"workerThreads": false
}